Skip to content

Commit 63923ea

Browse files
committed
Bump discv5 to v0.1.0-beta.8 (#2471)
## Proposed Changes Update discv5 to fix bugs seen on `altair-devnet-1`
1 parent 17b6d7c commit 63923ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beacon_node/eth2_libp2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Sigma Prime <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
discv5 = { version = "0.1.0-beta.7", features = ["libp2p"] }
8+
discv5 = { version = "0.1.0-beta.8", features = ["libp2p"] }
99
unsigned-varint = { version = "0.6.0", features = ["codec"] }
1010
types = { path = "../../consensus/types" }
1111
hashset_delay = { path = "../../common/hashset_delay" }

0 commit comments

Comments
 (0)