-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
148: Version bumps for 1.5.6. r=Fraser999 a=Fraser999 This PR bumps the versions of the relevant crates for the 1.5.6 node release. Co-authored-by: Fraser Hutchison <[email protected]>
- Loading branch information
Showing
14 changed files
with
57 additions
and
46 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.
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,6 +1,6 @@ | ||
[package] | ||
name = "casper-execution-engine" | ||
version = "7.0.0" # when updating, also update 'html_root_url' in lib.rs | ||
version = "7.0.1" # when updating, also update 'html_root_url' in lib.rs | ||
authors = ["Henry Till <[email protected]>", "Ed Hastings <[email protected]>"] | ||
edition = "2021" | ||
description = "Casper execution engine crates." | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "casper-engine-test-support" | ||
version = "7.0.0" # when updating, also update 'html_root_url' in lib.rs | ||
version = "7.0.1" # when updating, also update 'html_root_url' in lib.rs | ||
authors = ["Fraser Hutchison <[email protected]>"] | ||
edition = "2021" | ||
description = "Library to support testing of Wasm smart contracts for use on the Casper network." | ||
|
@@ -11,7 +11,7 @@ repository = "https://github.com/CasperLabs/casper-node/tree/master/execution_en | |
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
casper-execution-engine = { version = "7.0.0", path = "../../execution_engine", features = ["test-support"] } | ||
casper-execution-engine = { version = "7.0.1", path = "../../execution_engine", features = ["test-support"] } | ||
casper-hashing = { version = "3.0.0", path = "../../hashing" } | ||
casper-types = { version = "4.0.1", path = "../../types" } | ||
humantime = "2" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "casper-node" | ||
version = "1.5.5" # when updating, also update 'html_root_url' in lib.rs | ||
version = "1.5.6" # when updating, also update 'html_root_url' in lib.rs | ||
authors = ["Marc Brinkmann <[email protected]>", "Fraser Hutchison <[email protected]>"] | ||
edition = "2021" | ||
description = "The Casper blockchain node" | ||
|
@@ -22,7 +22,7 @@ base16 = "0.2.1" | |
base64 = "0.13.0" | ||
bincode = "1" | ||
bytes = "1.0.1" | ||
casper-execution-engine = { version = "7.0.0", path = "../execution_engine" } | ||
casper-execution-engine = { version = "7.0.1", path = "../execution_engine" } | ||
casper-hashing = { version = "3.0.0", path = "../hashing" } | ||
casper-json-rpc = { version = "1.1.0", path = "../json_rpc" } | ||
casper-types = { version = "4.0.1", path = "../types", features = ["datasize", "json-schema", "std"] } | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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