diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 08b9f2fa..553747b2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,5 @@ [toolchain] profile = "minimal" +# use the nightly version of the last stable toolchain, see channel = "nightly-2022-08-05" components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]