From eb8d30afa19fc0274f20d7620355965167dee144 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 17 Apr 2022 15:49:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E7=9A=84=E6=97=A7=E7=89=88=E6=9C=AC=E7=9A=84=20rust-toolchain?= =?UTF-8?q?=EF=BC=8C=E5=9B=9E=E9=81=BF=E6=97=A0=E6=B3=95=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fb33ae1..d310083 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" \ No newline at end of file +channel = "nightly-2022-04-01" \ No newline at end of file