You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build ravedude with nix I get the following error.
error: package `toml v0.8.11` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.67.1
Either upgrade to rustc 1.70 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `toml` supporting rustc 1.67.1
[naersk] cargo returned with exit code 101, exiting
This is fixable by updating the flake.lock file but it might be better to point naersk to the rust-toolchain.toml file.
The text was updated successfully, but these errors were encountered:
When trying to build
ravedude
with nix I get the following error.This is fixable by updating the
flake.lock
file but it might be better to point naersk to therust-toolchain.toml
file.The text was updated successfully, but these errors were encountered: