Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove unused dependency (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored and andresilva committed Jan 17, 2020
1 parent a10670c commit a169ae5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions runtime/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down Expand Up @@ -128,7 +127,6 @@ std = [
"serde_derive",
"serde/std",
"log",
"safe-mix/std",
"babe/std",
"babe-primitives/std",
"sp-session/std",
Expand Down
2 changes: 0 additions & 2 deletions runtime/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down Expand Up @@ -121,7 +120,6 @@ std = [
"serde_derive",
"serde/std",
"log",
"safe-mix/std",
"babe/std",
"babe-primitives/std",
"sp-session/std",
Expand Down

0 comments on commit a169ae5

Please sign in to comment.