Add dev alias

This commit is contained in:
mo8it
2025-05-16 11:09:06 +02:00
parent 8dff0df266
commit e73fff3bd4
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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" },