mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Remove duplicated dependencies (#6930)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
|
||||
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -23,7 +23,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
|
||||
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -31,7 +31,7 @@ wat = { version = "1.0", optional = true, default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
|
||||
pallet-timestamp = { version = "2.0.0-rc6", path = "../timestamp" }
|
||||
pallet-randomness-collective-flip = { version = "2.0.0-rc6", path = "../randomness-collective-flip" }
|
||||
|
||||
@@ -27,7 +27,7 @@ pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
|
||||
pallet-scheduler = { version = "2.0.0-rc6", path = "../scheduler" }
|
||||
sp-storage = { version = "2.0.0-rc6", path = "../../primitives/storage" }
|
||||
substrate-test-utils = { version = "2.0.0-rc6", path = "../../test-utils" }
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -23,7 +23,7 @@ frame-benchmarking = { version = "2.0.0-rc6", default-features = false, path = "
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { version = "2.0.0-rc6", path = "../../primitives/io" }
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
|
||||
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
|
||||
substrate-test-utils = { version = "2.0.0-rc6", path = "../../test-utils" }
|
||||
|
||||
@@ -22,7 +22,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
|
||||
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -22,7 +22,7 @@ sp-std = { version = "2.0.0-rc6", default-features = false, path = "../../primit
|
||||
sp-io = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/io" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
|
||||
sp-io ={ version = "2.0.0-rc6", path = "../../primitives/io" }
|
||||
pallet-indices = { version = "2.0.0-rc6", path = "../indices" }
|
||||
|
||||
@@ -23,7 +23,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.2.11"
|
||||
criterion = "0.3.3"
|
||||
sp-externalities = { version = "0.8.0-rc6", path = "../../primitives/externalities" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-rc6", path = "../../test-utils/runtime/client" }
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ sp-io = { version = "2.0.0-rc6", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
|
||||
sp-storage = { version = "2.0.0-rc6", path = "../../primitives/storage" }
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user