diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0015b8619839..8c1192b6cde0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 OR MIT [toolchain] -channel = "nightly-2023-04-30" +channel = "nightly-2023-05-01" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]