Skip to content

Commit

Permalink
update instruction in root toolchain file
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jan 19, 2024
1 parent 23278d4 commit e9b8781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To update toolchain, do the following:
# 1. update this file
# 2. update lints/rust-toolchain, lints/Cargo.toml
# 3. update ci/build-ci-image.sh and ci/docker-compose.yml to build a new CI image
# 2. update ci/build-ci-image.sh and ci/docker-compose.yml to build a new CI image
# 3. (optional) **follow the instructions in lints/README.md** to update the toolchain and dependencies for lints

[toolchain]
channel = "nightly-2023-12-26"
2 changes: 2 additions & 0 deletions lints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ The information below can be helpful in finding the appropriate version to bump
- The toolchain used by the latest version of `cargo-dylint`: https://github.com/trailofbits/dylint/blob/master/internal/template/rust-toolchain
- The toolchain used by the latest version of `clippy`: https://github.com/rust-lang/rust-clippy/blob/master/rust-toolchain
- The hash of the latest commit in `rust-lang/rust-clippy` repo for the dependency `clippy-utils`.

Run the lints after bumping the toolchain to verify it works.

0 comments on commit e9b8781

Please sign in to comment.