diff --git a/docs/linter/overview.md b/docs/linter/overview.md index 696f466c0f..1cf31ff553 100644 --- a/docs/linter/overview.md +++ b/docs/linter/overview.md @@ -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