From aaa67a2da96bc2d9972810875c2442f4e173bd3a Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:12:22 +0100 Subject: [PATCH] Update rust/README.md Co-authored-by: Simon Friis Vindum --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index dfd36093333..e820d1c1114 100644 --- a/rust/README.md +++ b/rust/README.md @@ -66,7 +66,7 @@ Here's a rundown of the typical actions to perform to do a rust-analyzer (and ot installing [`cargo-edit`](https://crates.io/crates/cargo-edit) with `cargo install cargo-edit`. On Ubuntu that also requires `sudo apt install libssl-dev pkg-config`. -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: ``` cargo upgrade --incompatible --pinned ```