Remove duplicated dependencies (#6930)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-08-21 22:25:58 +08:00
committed by GitHub
parent 69e349bd51
commit 8ae1695526
20 changed files with 81 additions and 194 deletions
+1 -1
View File
@@ -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" ]
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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"]