WIP: Test: does cargo update work? (#4844)

* Initial commit

Forked at: be075893b5
Parent branch: origin/master

* Update Cargo.lock

* Cargo.lock

* Add missing features of libsecp256k1

* Update dependencies
This commit is contained in:
Cecile Tonglet
2020-02-07 17:38:13 +01:00
committed by GitHub
parent 164f620918
commit 503bfc9da9
4 changed files with 236 additions and 255 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ parking_lot = { version = "0.10.0", optional = true }
sp-debug-derive = { version = "2.0.0", path = "../debug-derive" }
sp-externalities = { version = "0.8.0", optional = true, path = "../externalities" }
sp-storage = { version = "2.0.0", default-features = false, path = "../storage" }
libsecp256k1 = { version = "0.3.2", default-features = false }
libsecp256k1 = { version = "0.3.2", default-features = false, features = ["hmac"] }
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
# full crypto