From e18b4636cdd15afc8d00b60b736e4a0de5b92442 Mon Sep 17 00:00:00 2001 From: dio-will Date: Mon, 10 Jun 2024 19:44:02 +0800 Subject: [PATCH] Revert the change of rust-toolchain --- Makefile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bdb27f74d..f64a6683b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ RELAY_DOCKER_TAG := v0.9.42 init: submodules git config advice.ignoredHook false git config core.hooksPath .githooks - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2024-02-04 --component rust-src --component rustfmt --component clippy --target wasm32-unknown-unknown + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2022-11-15 --component rust-src --component rustfmt --component clippy --target wasm32-unknown-unknown cargo install cargo-udeps --locked cd scripts/helper && yarn cd scripts/polkadot-launch && yarn diff --git a/rust-toolchain b/rust-toolchain index 196683588..45d3fb304 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-02-04" +channel = "nightly-2022-11-15" components = [ "rustfmt", "clippy" ] targets = [ "wasm32-unknown-unknown" ] profile = "minimal"