forked from near/nearcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade Rust to 1.64.0 (near#7669)
https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html Notable changes: * rust-analyzer is now available via rustup :o) * cargo supports "workspace inheritance". We can use this to cut some repeated deps and avoid repating rust-version everywhere. I'll handle that in a separate PR * poll_fn and ready! are stabilized, we might use them for some of our async stuff * add Nintendo Switch as tier 3 target so I guess we can run neard on switch now?
- Loading branch information
Showing
68 changed files
with
74 additions
and
81 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[package.metadata] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
edition = "2021" | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
description = "This crate hosts NEAR network-related primitive types" | ||
repository = "https://github.com/near/nearcore" | ||
license = "MIT OR Apache-2.0" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
edition = "2021" | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
publish = false | ||
|
||
[build-dependencies] | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[package.metadata] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
repository = "https://github.com/near/nearcore" | ||
description = "This is an internal crate for common cryptographic types" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/near/nearcore" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
default-run = "neard" | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
publish = false | ||
authors = ["Near Inc <[email protected]>"] | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2018" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = true | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -109,7 +109,7 @@ io_trace = ["near-vm-logic/io_trace"] | |
protocol_feature_ed25519_verify = [ | ||
"near-primitives/protocol_feature_ed25519_verify", | ||
"near-vm-logic/protocol_feature_ed25519_verify" | ||
] | ||
] | ||
|
||
[package.metadata.cargo-udeps.ignore] | ||
# `no_cache` feature leads to an unused `cached` crate | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[package.metadata] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.0" | |
authors = ["Near Inc <[email protected]>"] | ||
publish = false | ||
# Please update rust-toolchain.toml as well when changing version here: | ||
rust-version = "1.63.0" | ||
rust-version = "1.64.0" | ||
edition = "2021" | ||
|
||
[[bin]] | ||
|
@@ -80,4 +80,4 @@ io_trace = ["near-store/io_trace", "near-o11y/io_trace", "near-vm-logic/io_trace | |
protocol_feature_ed25519_verify = [ | ||
"near-vm-logic/protocol_feature_ed25519_verify", | ||
"near-vm-runner/protocol_feature_ed25519_verify" | ||
] | ||
] |
Oops, something went wrong.