summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-04 23:16:57 +0200
committermo8it <mo8it@proton.me>2024-04-04 23:16:57 +0200
commit445441ce25ec8658bcdec6b2038d17e893a5903f (patch)
treeb930469e506939e69409587c778a0fc788f73728 /tests
parent34375b2ebfbdb0b6504a56c82635c8c9d3d6ce59 (diff)
Make gen-dev-cargo-toml a separate package
so that `cargo install` only installs `rustlings`
Diffstat (limited to 'tests')
-rw-r--r--tests/dev_cargo_bins.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dev_cargo_bins.rs b/tests/dev_cargo_bins.rs
index 7f1771b..ad4832f 100644
--- a/tests/dev_cargo_bins.rs
+++ b/tests/dev_cargo_bins.rs
@@ -1,5 +1,5 @@
// Makes sure that `dev/Cargo.toml` is synced with `info.toml`.
-// When this test fails, you just need to run `cargo run --bin gen-dev-cargo-toml`.
+// When this test fails, you just need to run `cargo run -p gen-dev-cargo-toml`.
use serde::Deserialize;
use std::fs;