mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-03 16:53:30 +02:00
Update Cargo.toml on dev check
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ fn main() -> Result<()> {
|
||||
Some(Subcommands::Init) => {
|
||||
return init::init(&info_file.exercises).context("Initialization failed");
|
||||
}
|
||||
Some(Subcommands::Dev(dev_command)) => return dev_command.run(),
|
||||
Some(Subcommands::Dev(dev_command)) => return dev_command.run(info_file),
|
||||
_ => (),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user