Skip to content

Commit

Permalink
Bump discv5 to v0.1.0-beta.8 (#2471)
Browse files Browse the repository at this point in the history
## Proposed Changes

Update discv5 to fix bugs seen on `altair-devnet-1`
  • Loading branch information
michaelsproul committed Jul 21, 2021
1 parent 17b6d7c commit 63923ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion beacon_node/eth2_libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018"

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

0 comments on commit 63923ea

Please sign in to comment.