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 051da9d commit aaa67a2Copy full SHA for aaa67a2
rust/README.md
@@ -66,7 +66,7 @@ Here's a rundown of the typical actions to perform to do a rust-analyzer (and ot
66
installing [`cargo-edit`](https://crates.io/crates/cargo-edit) with `cargo install cargo-edit`. On Ubuntu that also requires
67
`sudo apt install libssl-dev pkg-config`.
68
69
-1. from the root of the `codeql` repo checkout, run an upgrade, and commit the changes (skipping `pre-commit` hooks if you have them enabled):
+1. From the root of the `codeql` repo checkout, run a Cargo upgrade:
70
```
71
cargo upgrade --incompatible --pinned
72
0 commit comments