summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-16 11:08:25 +0200
committermo8it <mo8it@proton.me>2025-05-16 11:09:06 +0200
commite73fff3bd4d6c55a2b741415ef02b9e945ef3b42 (patch)
treed3d528c3e232736c8efd09af08979d14566e2409 /dev
parent8dff0df2667d3c6f1812bdb390c708709b762847 (diff)
Add dev alias
Diffstat (limited to 'dev')
-rw-r--r--dev/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index ae380d1..4f725b7 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -1,4 +1,4 @@
-# Don't edit the `bin` list manually! It is updated by `cargo run -- dev update`. This comment line will be stripped in `rustlings init`.
+# Don't edit the `bin` list manually! It is updated by `cargo dev update`. This comment line will be stripped in `rustlings init`.
bin = [
{ name = "intro1", path = "../exercises/00_intro/intro1.rs" },
{ name = "intro1_sol", path = "../solutions/00_intro/intro1.rs" },