Skip to content

chore: bump versions for release (#1752) #997

chore: bump versions for release (#1752)

chore: bump versions for release (#1752) #997

Triggered via push March 25, 2024 15:33
Status Success
Total duration 17s
Artifacts

gh-pages.yml

on: push
build-and-deploy
9s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-mdbook@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = note: converting `&str` to `PathBuf` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default