We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896729f commit 92dd465Copy full SHA for 92dd465
posts/2019-10-28-nll-hard-errors.md
@@ -92,7 +92,7 @@ You can find out which crates you rely upon using the [cargo-tree] command. If y
92
that you *do* rely (say) on `url` 1.7.0, you can upgrade to 1.7.2 by executing:
93
94
```bash
95
-cargo update -p url --precise 1.7.2
+cargo update --package url --precise 1.7.2
96
```
97
98
[cargo-tree]: https://crates.io/crates/cargo-tree
0 commit comments