From c96f66c9977d3fd12bb6d45b84167e4ca597419d Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 6 Jun 2023 16:36:33 +1000 Subject: [PATCH] Shift to correct dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1394b29..e03f8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [ ] [dependencies] -discv5 = { git = "https://github.com/sigp/discv5", branch="convenience-functions", features = ["libp2p"] } +discv5 = { version = "0.3.0", features = ["libp2p"] } sha2 = "0.10" libsecp256k1 = "0.7" libp2p-identity = { version = "0.1.2", features = ["secp256k1"] }