book-ja icon indicating copy to clipboard operation
book-ja copied to clipboard

update rust-toolchain to 1.75

Open m-tmatma opened this issue 1 year ago • 0 comments

rust-toolchain 1.59 prevents the installation of mdbook.

error message

$ cargo install mdbook --vers  0.4.25 --force
    Updating crates.io index
  Installing mdbook v0.4.25
error: failed to compile `mdbook v0.4.25`, intermediate artifacts can be found at `/tmp/cargo-install0wq8YU`

Caused by:
  failed to select a version for the requirement `clap = "^4.0.29"`
  candidate versions found which didn't match: 3.2.25, 3.2.24, 3.2.23, ...
  location searched: crates.io index
  required by package `mdbook v0.4.25`

Link

See https://github.com/rust-lang/mdBook/issues/2269 also

m-tmatma avatar Jan 07 '24 08:01 m-tmatma