update libsecp256k1 (#4513)

This commit is contained in:
Nikolay Volf
2019-12-30 22:26:34 +03:00
committed by Wei Tang
parent 2e5c327483
commit 585f0c0811
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "1.0.6", default-features =
hash-db = { version = "0.15.2", default-features = false }
sp-core = { version = "2.0.0", default-features = false, path = "../core" }
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
libsecp256k1 = { version = "0.3.0", optional = true }
libsecp256k1 = { version = "0.3.4", optional = true }
sp-state-machine = { version = "2.0.0", optional = true, path = "../../primitives/state-machine" }
sp-runtime-interface = { version = "2.0.0", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "2.0.0", optional = true, path = "../../primitives/trie" }