forked from moonbeam-foundation/frontier
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update polkadot-sdk deps to stable2407 (polkadot-evm#1484)
* update polkadot-sdk deps to stable2407 * remove unused imports * bump nightly version to suport upgrading curve25519-dalek * try compiling with rustc stable
- Loading branch information
1 parent
cacdfd7
commit 2e219e1
Showing
8 changed files
with
1,257 additions
and
1,439 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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,8 +1,8 @@ | ||
[toolchain] | ||
# Stable | ||
#channel = "1.75.0" # rustc 1.75.0 (82e1608df 2023-12-21) | ||
channel = "1.77.0" # rustc 1.77.0 (aedd173a2 2024-03-21) | ||
# Nightly | ||
channel = "nightly-2024-01-22" # rustc 1.77.0-nightly (ef71f1047 2024-01-21) | ||
#channel = "nightly-2024-02-05" # rustc 1.78.0-nightly (f067fd608 2024-02-05) | ||
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src", "rust-docs"] | ||
profile = "minimal" | ||
targets = ["wasm32-unknown-unknown"] | ||
targets = ["wasm32-unknown-unknown"] |
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
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