Skip to content

Commit

Permalink
Revert the change of rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-will committed Jun 10, 2024
1 parent 2fdf9fd commit e18b463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-02-04"
channel = "nightly-2022-11-15"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit e18b463

Please sign in to comment.