Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
a169ae5a
Commit
a169ae5a
authored
Jan 18, 2020
by
Xiliang Chen
Committed by
André Silva
Jan 17, 2020
Browse files
remove unused dependency (#775)
parent
a10670c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
a169ae5a
...
...
@@ -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)",
...
...
runtime/kusama/Cargo.toml
View file @
a169ae5a
...
...
@@ -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"
,
...
...
runtime/polkadot/Cargo.toml
View file @
a169ae5a
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment