-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation on latest nightly because of
stdsimd
(#3296)
We need to bump `ahash` to make it compile again. Closes: #3269
- Loading branch information
Showing
7 changed files
with
56 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ate/bin/node-template/rust-toolchain.toml → ...de-template/env-setup/rust-toolchain.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[toolchain] | ||
channel = "nightly" | ||
channel = "stable" | ||
components = [ | ||
"cargo", | ||
"clippy", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters