From 3128b5b43010d460eadbdbe3c31bd9d67bc74dd0 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 22 Sep 2022 06:08:52 +0000 Subject: [PATCH] v3.1.1 (#3585) ## Issue Addressed NA ## Proposed Changes Bump versions ## Additional Info - ~~Requires additional testing~~ - ~~Blocked on:~~ - ~~#3589~~ - ~~#3540~~ - ~~#3587~~ --- Cargo.lock | 12 ++++++------ beacon_node/Cargo.toml | 2 +- boot_node/Cargo.toml | 2 +- common/lighthouse_version/src/lib.rs | 4 ++-- crypto/eth2_hashing/Cargo.toml | 2 +- lcli/Cargo.toml | 2 +- lighthouse/Cargo.toml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cd7ff2ff..071cc0d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "beacon_node" -version = "3.1.0" +version = "3.1.1" dependencies = [ "beacon_chain", "clap", @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "boot_node" -version = "3.1.0" +version = "3.1.1" dependencies = [ "beacon_node", "clap", @@ -956,9 +956,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.2" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" +checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" dependencies = [ "libc", ] @@ -3110,7 +3110,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lcli" -version = "3.1.0" +version = "3.1.1" dependencies = [ "account_utils", "beacon_chain", @@ -3610,7 +3610,7 @@ dependencies = [ [[package]] name = "lighthouse" -version = "3.1.0" +version = "3.1.1" dependencies = [ "account_manager", "account_utils", diff --git a/beacon_node/Cargo.toml b/beacon_node/Cargo.toml index 7245258bb..1832778c5 100644 --- a/beacon_node/Cargo.toml +++ b/beacon_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beacon_node" -version = "3.1.0" +version = "3.1.1" authors = ["Paul Hauner ", "Age Manning "] edition = "2021" diff --git a/common/lighthouse_version/src/lib.rs b/common/lighthouse_version/src/lib.rs index 85baa47fb..be34f23d7 100644 --- a/common/lighthouse_version/src/lib.rs +++ b/common/lighthouse_version/src/lib.rs @@ -17,8 +17,8 @@ pub const VERSION: &str = git_version!( // NOTE: using --match instead of --exclude for compatibility with old Git "--match=thiswillnevermatchlol" ], - prefix = "Lighthouse/v3.1.0-", - fallback = "Lighthouse/v3.1.0" + prefix = "Lighthouse/v3.1.1-", + fallback = "Lighthouse/v3.1.1" ); /// Returns `VERSION`, but with platform information appended to the end. diff --git a/crypto/eth2_hashing/Cargo.toml b/crypto/eth2_hashing/Cargo.toml index eb92d252d..28f106fcb 100644 --- a/crypto/eth2_hashing/Cargo.toml +++ b/crypto/eth2_hashing/Cargo.toml @@ -8,7 +8,7 @@ description = "Hashing primitives used in Ethereum 2.0" [dependencies] lazy_static = { version = "1.4.0", optional = true } -cpufeatures = { version = "0.2.2", optional = true } +cpufeatures = { version = "0.2.5", optional = true } ring = "0.16.19" sha2 = "0.10.2" diff --git a/lcli/Cargo.toml b/lcli/Cargo.toml index a39abb3f7..3cc7e7add 100644 --- a/lcli/Cargo.toml +++ b/lcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lcli" description = "Lighthouse CLI (modeled after zcli)" -version = "3.1.0" +version = "3.1.1" authors = ["Paul Hauner "] edition = "2021" diff --git a/lighthouse/Cargo.toml b/lighthouse/Cargo.toml index b74e1516f..1ae1c9b0b 100644 --- a/lighthouse/Cargo.toml +++ b/lighthouse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lighthouse" -version = "3.1.0" +version = "3.1.1" authors = ["Sigma Prime "] edition = "2021" autotests = false