mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
349132f08a
We need to bump `ahash` to make it compile again. Closes: https://github.com/paritytech/polkadot-sdk/issues/3269
15 lines
206 B
TOML
15 lines
206 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-analyzer",
|
|
"rust-src",
|
|
"rust-std",
|
|
"rustc",
|
|
"rustc-dev",
|
|
"rustfmt",
|
|
]
|
|
targets = ["wasm32-unknown-unknown"]
|
|
profile = "minimal"
|