remove unused dependency (#775)

This commit is contained in:
Xiliang Chen
2020-01-18 01:40:31 +13:00
committed by André Silva
parent 3e17fcfb3d
commit b9cc23a6e0
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -2071,7 +2071,6 @@ dependencies = [
"polkadot-primitives 0.7.17",
"polkadot-runtime-common 0.7.17",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3912,7 +3911,6 @@ dependencies = [
"polkadot-primitives 0.7.17",
"polkadot-runtime-common 0.7.17",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
-2
View File
@@ -10,7 +10,6 @@ bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] }
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
log = { version = "0.3.9", optional = true }
rustc-hex = { version = "2.0.1", default-features = false }
safe-mix = { version = "1.0.0", default-features = false }
serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true }
@@ -128,7 +127,6 @@ std = [
"serde_derive",
"serde/std",
"log",
"safe-mix/std",
"babe/std",
"babe-primitives/std",
"sp-session/std",
-2
View File
@@ -10,7 +10,6 @@ bitvec = { version = "0.15.2", default-features = false, features = ["alloc"] }
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
log = { version = "0.3.9", optional = true }
rustc-hex = { version = "2.0.1", default-features = false }
safe-mix = { version = "1.0.0", default-features = false }
serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true }
@@ -121,7 +120,6 @@ std = [
"serde_derive",
"serde/std",
"log",
"safe-mix/std",
"babe/std",
"babe-primitives/std",
"sp-session/std",