Skip to content

Commit aa72088

Browse files
v2.2.1 (#3149)
## Issue Addressed Addresses sync stalls on v2.2.0 (i.e. #3147). ## Additional Info I've avoided doing a full `cargo update` because I noticed there's a new patch version of libp2p and thought it could do with some more testing. Co-authored-by: Paul Hauner <[email protected]>
1 parent c8edeaf commit aa72088

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beacon_node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "beacon_node"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Paul Hauner <[email protected]>", "Age Manning <[email protected]"]
55
edition = "2021"
66

boot_node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boot_node"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2021"
66

common/lighthouse_version/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub const VERSION: &str = git_version!(
1616
// NOTE: using --match instead of --exclude for compatibility with old Git
1717
"--match=thiswillnevermatchlol"
1818
],
19-
prefix = "Lighthouse/v2.2.0-",
19+
prefix = "Lighthouse/v2.2.1-",
2020
fallback = "unknown"
2121
);
2222

lcli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lcli"
33
description = "Lighthouse CLI (modeled after zcli)"
4-
version = "2.2.0"
4+
version = "2.2.1"
55
authors = ["Paul Hauner <[email protected]>"]
66
edition = "2021"
77

lighthouse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lighthouse"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Sigma Prime <[email protected]>"]
55
edition = "2021"
66
autotests = false

0 commit comments

Comments
 (0)