Skip to content
Prev Previous commit
Next Next commit
fix: Remove stale referenve to cargo-eval
  • Loading branch information
epage committed Apr 26, 2023
commit 14009d1386540612ff1a030c8eb428a06817df56
2 changes: 1 addition & 1 deletion text/3424-cargo-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fn main() {

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`:
```console
$ cargo eval --verbose ./hello_world.rs
$ cargo --verbose ./hello_world.rs
Updating crates.io index
Downloading memchr v0.1.5
Downloading libc v0.1.10
Expand Down