1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-05-18 23:57:42 -04:00

Add hint to run dev check again after dev update

This commit is contained in:
mo8it 2024-08-01 01:07:56 +02:00
parent 802b97b2ed
commit 766f3c50ec

View file

@ -41,7 +41,7 @@ fn check_cargo_toml(
bail!("The file `dev/Cargo.toml` is outdated. Please run `cargo run -- dev update` to update it"); bail!("The file `dev/Cargo.toml` is outdated. Please run `cargo run -- dev update` to update it");
} }
bail!("The file `Cargo.toml` is outdated. Please run `rustlings dev update` to update it"); bail!("The file `Cargo.toml` is outdated. Please run `rustlings dev update` to update it. Then run `rustlings dev check` again");
} }
Ok(()) Ok(())