-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump nearcore to 2.4.0 rc.1, Rust toolchain to 1.82.0 (#183)
* chore: bump near core to 2.4.0-rc.1 * make clippy happy * Fix comments fmt
- Loading branch information
1 parent
ce8340c
commit 288446a
Showing
9 changed files
with
1,192 additions
and
664 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ resolver = "2" | |
|
||
[workspace.package] | ||
authors = ["Aurora Labs <[email protected]>"] | ||
version = "0.29.0-2.3.1" | ||
version = "0.29.0-2.4.0-rc.1" | ||
edition = "2021" | ||
homepage = "https://github.com/aurora-is-near/aurora-standalone" | ||
repository = "https://github.com/aurora-is-near/aurora-standalone" | ||
|
@@ -37,9 +37,9 @@ hex = "0.4" | |
impl-serde = "0.5" | ||
lazy_static = "1" | ||
lru = "0.12" | ||
near-crypto = { git = "https://github.com/near/nearcore", tag = "2.3.1" } | ||
near-indexer = { git = "https://github.com/near/nearcore", tag = "2.3.1" } | ||
near-primitives = { git = "https://github.com/near/nearcore", tag = "2.3.1" } | ||
near-crypto = { git = "https://github.com/near/nearcore", tag = "2.4.0-rc.1" } | ||
near-indexer = { git = "https://github.com/near/nearcore", tag = "2.4.0-rc.1" } | ||
near-primitives = { git = "https://github.com/near/nearcore", tag = "2.4.0-rc.1" } | ||
near-lake-framework = "0.7" | ||
prometheus = "0.13" | ||
rlp = "0.5" | ||
|
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
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,4 +1,4 @@ | ||
[toolchain] | ||
channel = "1.81.0" | ||
channel = "1.82.0" | ||
components = [ "rustfmt", "clippy" ] | ||
targets = [ "wasm32-unknown-unknown" ] |