summaryrefslogtreecommitdiff
path: root/src/dev
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-01 01:07:56 +0200
committermo8it <mo8it@proton.me>2024-08-01 01:07:56 +0200
commit766f3c50ec20c9b3fbf95bddf9fc095ce65cef78 (patch)
treee2e1f9229e8bc1649c15f7357264f9143e49b561 /src/dev
parent802b97b2edb142ad6bc4ee10ccc16ece7c6dc346 (diff)
Add hint to run `dev check` again after `dev update`
Diffstat (limited to 'src/dev')
-rw-r--r--src/dev/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs
index 2090dab..1087138 100644
--- a/src/dev/check.rs
+++ b/src/dev/check.rs
@@ -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 `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(())