Skip to content

Commit

Permalink
bump toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 21, 2024
1 parent e35b12f commit 2777da7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# https://stackoverflow.com/questions/75955457/substrate-node-template-cannot-create-a-runtime-error-othercannot-deserialize
[toolchain]
channel = "nightly-2023-05-22"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"
channel = "nightly-2023-11-01"
components = [
"cargo",
"clippy",
"rust-analyzer",
"rust-src",
"rust-std",
"rustc",
"rustc-dev",
"rustfmt",
]
targets = ["wasm32-unknown-unknown"]
profile = "default" # include rustfmt, clippy

0 comments on commit 2777da7

Please sign in to comment.