Revert back to discv5 alpha 8 to maintain ARM support (#1531)

## Issue Addressed

NA

## Proposed Changes

See title.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-17 10:06:08 +00:00
parent 73cbfbdfd0
commit a58aa6ee55
3 changed files with 119 additions and 121 deletions

View File

@@ -21,4 +21,4 @@ slog-json = "2.3.0"
exit-future = "0.2.0"
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
discv5 = "0.1.0-alpha.9"
discv5 = { version = "0.1.0-alpha.8", features = ["libp2p", "openssl-vendored"] }