diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 458b35d6877b6..78849f9db7f32 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-05-16" +channel = "nightly-2024-05-17" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]