diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a23503449a94..ea27f7fa93e1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2024-06-07" +channel = "nightly-2024-06-08" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]