From e61bc3326cd75f0e4ca2ff957c8db1c2df79657f Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 2 Jun 2023 10:00:28 +0800 Subject: [PATCH] chore(rust): v1.70.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"