From a99a3d7669a486deef95b3a9eb00f4e6515c8ef2 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 16 Jul 2023 11:30:31 +0800 Subject: [PATCH] chore: bump nightly --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index dc90dee5c..8c60117fc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-07-13" +channel = "nightly-2023-07-15" profile = "default"