From 019e03cb9d354f4bcad09de9c88fb04f22497729 Mon Sep 17 00:00:00 2001 From: xxchan Date: Sat, 8 Jun 2024 23:53:12 +0800 Subject: [PATCH] bump toolchain Signed-off-by: xxchan --- ci/rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/rust-toolchain b/ci/rust-toolchain index 92ef4a5ff27be..2902e3301ea8e 100644 --- a/ci/rust-toolchain +++ b/ci/rust-toolchain @@ -4,4 +4,4 @@ # 3. (optional) **follow the instructions in lints/README.md** to update the toolchain and dependencies for lints [toolchain] -channel = "nightly-2024-03-12" +channel = "nightly-2024-06-08"