mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Fix compilation on latest nightly because of stdsimd (#3296)
We need to bump `ahash` to make it compile again. Closes: https://github.com/paritytech/polkadot-sdk/issues/3269
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Env setup
|
||||
|
||||
Special files for setting up an environment to work with the template:
|
||||
|
||||
- `rust-toolchain.toml` when working with `rustup`.
|
||||
- `flake.nix` when working with `nix`.
|
||||
|
||||
These files will be copied by the installer script to the main directory. They are
|
||||
put into this special directory to not interfere with the normal CI.
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
channel = "stable"
|
||||
components = [
|
||||
"cargo",
|
||||
"clippy",
|
||||
Reference in New Issue
Block a user