Commit a169ae5a authored by Xiliang Chen's avatar Xiliang Chen Committed by André Silva
Browse files

remove unused dependency (#775)

parent a10670c3
......@@ -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)",
......
......@@ -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",
......
......@@ -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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment