diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 092249141840..1bb5115a5848 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-08-14" +channel = "nightly-2023-08-15" components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]