diff options
| author | mo8it <mo8it@proton.me> | 2025-05-16 11:08:25 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-16 11:09:06 +0200 |
| commit | e73fff3bd4d6c55a2b741415ef02b9e945ef3b42 (patch) | |
| tree | d3d528c3e232736c8efd09af08979d14566e2409 /src/dev/update.rs | |
| parent | 8dff0df2667d3c6f1812bdb390c708709b762847 (diff) | |
Add dev alias
Diffstat (limited to 'src/dev/update.rs')
| -rw-r--r-- | src/dev/update.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/update.rs b/src/dev/update.rs index 6de3c8f..e0855a0 100644 --- a/src/dev/update.rs +++ b/src/dev/update.rs @@ -28,7 +28,7 @@ pub fn update() -> Result<()> { let info_file = InfoFile::parse()?; if cfg!(debug_assertions) { - // A hack to make `cargo run -- dev update` work when developing Rustlings. + // A hack to make `cargo dev update` work when developing Rustlings. update_cargo_toml(&info_file.exercises, "dev/Cargo.toml", b"../") .context("Failed to update the file `dev/Cargo.toml`")?; |
