mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
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:
@@ -17,7 +17,7 @@ frame-executive = { version = "2.0.0", default-features = false, path = "../../f
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0", optional = true, path = "../../primitives/keyring" }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
memory-db = { version = "0.18.0", default-features = false }
|
||||
memory-db = { version = "0.19.0", default-features = false }
|
||||
sp-offchain = { path = "../../primitives/offchain", default-features = false}
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
@@ -36,7 +36,7 @@ pallet-timestamp = { version = "2.0.0", default-features = false, path = "../../
|
||||
sc-client = { version = "0.8", optional = true, path = "../../client" }
|
||||
sp-trie = { version = "2.0.0", default-features = false, path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { version = "2.0.0", default-features = false, path = "../../primitives/transaction-pool" }
|
||||
trie-db = { version = "0.19.2", default-features = false }
|
||||
trie-db = { version = "0.20.0", default-features = false }
|
||||
parity-util-mem = { version = "0.5.1", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user