Skip to content

Commit 896729f

Browse files
committed
--precise
1 parent dfd588f commit 896729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-10-28-nll-hard-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can find out which crates you rely upon using the [cargo-tree] command. If y
9292
that you *do* rely (say) on `url` 1.7.0, you can upgrade to 1.7.2 by executing:
9393

9494
```bash
95-
cargo update -p url --vers 1.7.2
95+
cargo update -p url --precise 1.7.2
9696
```
9797

9898
[cargo-tree]: https://crates.io/crates/cargo-tree

0 commit comments

Comments
 (0)