diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b5ba9d745..ce358fdce 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] # Use nightly for better access to the latest Rust features. # This date is aligned to stable release dates. -channel = "nightly-2023-04-20" +channel = "nightly-2023-06-01" profile = "default"