Skip to content

Commit

Permalink
linter: Update the toolchain version (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Apr 26, 2024
1 parent 6e0784e commit 58fdbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linter/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The linter requires two crates and a fixed Rust toolchain version. You can use
these commands to install the required dependencies:

```
export TOOLCHAIN_VERSION=nightly-2023-12-28
export TOOLCHAIN_VERSION=nightly-2024-02-08
rustup install $TOOLCHAIN_VERSION
rustup component add rust-src --toolchain $TOOLCHAIN_VERSION
rustup run $TOOLCHAIN_VERSION cargo install cargo-dylint dylint-link
Expand Down

0 comments on commit 58fdbde

Please sign in to comment.