From 1b95f154a36aff29bc3e639397a95770a53c71aa Mon Sep 17 00:00:00 2001 From: xxchan Date: Fri, 21 Jun 2024 01:27:05 +0800 Subject: [PATCH] downgrade due to TAIT https://github.com/rust-lang/rust/pull/113169 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 58a7b4e9a4ce..1344210e6b76 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-06-20" +channel = "nightly-2024-06-12"