not sure how to update to use rules_rust for this but this is one of the causes of #386
error is
Caused by:
failed to select a version for the requirement `cargo_toml = "^0.8.1"`
candidate versions found which didn't match: 0.19.2, 0.19.1, 0.19.0, ...
location searched: crates.io index
required by package `cargo-raze v0.14.1`
if you are looking for the prerelease package it needs to be specified explicitly
cargo_toml = { version = "0.19.0-beta.1" }
perhaps a crate was updated and forgotten to be re-vendored?
The
cargo-raze
repo states:not sure how to update to use
rules_rust
for this but this is one of the causes of #386error is