mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
Remove duplicated dependencies (#6930)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -57,9 +57,9 @@ sp-runtime-interface = { version = "2.0.0-rc6", default-features = false, path =
|
||||
[dev-dependencies]
|
||||
sp-serializer = { version = "2.0.0-rc6", path = "../serializer" }
|
||||
pretty_assertions = "0.6.1"
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
rand = "0.7.2"
|
||||
criterion = "0.2.11"
|
||||
criterion = "0.3.3"
|
||||
serde_json = "1.0"
|
||||
rand_chacha = "0.2.2"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ itertools = "0.9"
|
||||
smallvec = "1.4.1"
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
sp-runtime = { version = "2.0.0-rc6", path = "../runtime" }
|
||||
pretty_assertions = "0.6.1"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../std" }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
impl-serde = { version = "0.2.3", optional = true }
|
||||
impl-serde = { version = "0.3.1", optional = true }
|
||||
ref-cast = "1.0.0"
|
||||
sp-debug-derive = { version = "2.0.0-rc6", path = "../debug-derive" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
|
||||
|
||||
@@ -26,10 +26,10 @@ memory-db = { version = "0.24.0", default-features = false }
|
||||
sp-core = { version = "2.0.0-rc6", default-features = false, path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
trie-bench = "0.24.0"
|
||||
trie-bench = "0.25.0"
|
||||
trie-standardmap = "0.15.2"
|
||||
criterion = "0.2.11"
|
||||
hex-literal = "0.2.1"
|
||||
criterion = "0.3.3"
|
||||
hex-literal = "0.3.1"
|
||||
sp-runtime = { version = "2.0.0-rc6", path = "../runtime" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
impl-serde = { version = "0.2.3", optional = true }
|
||||
impl-serde = { version = "0.3.1", optional = true }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
|
||||
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../std" }
|
||||
|
||||
Reference in New Issue
Block a user