mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Release sp-core 4.0.0 (#10447)
* Bump versions of sp-core and dependencies to v4.0.0 * Update references from `4.0.0-dev` –> `4.0.0` * Funny whitespace * Funny whitespace 2
This commit is contained in:
@@ -17,16 +17,16 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
sp-core = { version = "4.0.0-dev", default-features = false, path = "../core" }
|
||||
sp-core = { version = "4.0.0", default-features = false, path = "../core" }
|
||||
sp-keystore = { version = "0.10.0-dev", default-features = false, optional = true, path = "../keystore" }
|
||||
sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
|
||||
libsecp256k1 = { version = "0.7", optional = true }
|
||||
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
|
||||
sp-wasm-interface = { version = "4.0.0-dev", path = "../wasm-interface", default-features = false }
|
||||
sp-runtime-interface = { version = "4.0.0-dev", default-features = false, path = "../runtime-interface" }
|
||||
sp-wasm-interface = { version = "4.0.0", path = "../wasm-interface", default-features = false }
|
||||
sp-runtime-interface = { version = "4.0.0", default-features = false, path = "../runtime-interface" }
|
||||
sp-trie = { version = "4.0.0-dev", optional = true, path = "../trie" }
|
||||
sp-externalities = { version = "0.10.0-dev", optional = true, path = "../externalities" }
|
||||
sp-tracing = { version = "4.0.0-dev", default-features = false, path = "../tracing" }
|
||||
sp-externalities = { version = "0.10.0", optional = true, path = "../externalities" }
|
||||
sp-tracing = { version = "4.0.0", default-features = false, path = "../tracing" }
|
||||
log = { version = "0.4.8", optional = true }
|
||||
futures = { version = "0.3.1", features = ["thread-pool"], optional = true }
|
||||
parking_lot = { version = "0.11.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user