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
@@ -24,7 +24,7 @@ sc-executor-wasmi = { version = "2.0.0", path = "wasmi" }
sc-executor-wasmtime = { version = "2.0.0", path = "wasmtime", optional = true }
parking_lot = "0.9.0"
log = "0.4.8"
libsecp256k1 = "0.3.2"
libsecp256k1 = "0.3.4"
[dev-dependencies]
assert_matches = "1.3.0"