Skip to content

Commit 14009d1

Browse files
committed
fix: Remove stale referenve to cargo-eval
1 parent 4b56dd4 commit 14009d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3424-cargo-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fn main() {
176176

177177
You can then re-run this and Cargo will fetch the new dependencies and all of their dependencies. You can see this by passing in `--verbose`:
178178
```console
179-
$ cargo eval --verbose ./hello_world.rs
179+
$ cargo --verbose ./hello_world.rs
180180
Updating crates.io index
181181
Downloading memchr v0.1.5
182182
Downloading libc v0.1.10

0 commit comments

Comments
 (0)