mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Update libsecp256k1 dep to 0.3.0 (#3711)
* Update libsecp256k1 dep to 0.3.0 * Bump impl_version
This commit is contained in:
@@ -19,7 +19,7 @@ parity-wasm = "0.40.1"
|
||||
lazy_static = "1.3"
|
||||
parking_lot = "0.9.0"
|
||||
log = "0.4"
|
||||
libsecp256k1 = "0.2.1"
|
||||
libsecp256k1 = "0.3"
|
||||
tiny-keccak = "1.4.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -13,7 +13,7 @@ rstd = { package = "sr-std", path = "../sr-std", default-features = false }
|
||||
primitives = { package = "substrate-primitives", path = "../primitives", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
libsecp256k1 = { version = "0.2.1", optional = true }
|
||||
libsecp256k1 = { version = "0.3", optional = true }
|
||||
tiny-keccak = { version = "1.4.2", optional = true }
|
||||
environmental = { version = "1.0.1", optional = true }
|
||||
substrate-state-machine = { path = "../state-machine", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user