We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0c8f7 commit e437c00Copy full SHA for e437c00
core/Cargo.toml
@@ -18,7 +18,7 @@ fnv = "1.0"
18
futures = { version = "0.3.1", features = ["executor", "thread-pool"] }
19
futures-timer = "3"
20
lazy_static = "1.2"
21
-libsecp256k1 = { version = "0.5.0", optional = true }
+libsecp256k1 = { version = "0.6.0", optional = true }
22
log = "0.4"
23
multiaddr = { version = "0.13.0" }
24
multihash = { version = "0.14", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
0 commit comments