mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Remove unused dependency from dex-pallet
This commit is contained in:
parent
369af0fab5
commit
0d080e6d34
2 changed files with 0 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -7631,7 +7631,6 @@ dependencies = [
|
||||||
"serai-coins-pallet",
|
"serai-coins-pallet",
|
||||||
"serai-primitives",
|
"serai-primitives",
|
||||||
"sp-api",
|
"sp-api",
|
||||||
"sp-arithmetic",
|
|
||||||
"sp-core",
|
"sp-core",
|
||||||
"sp-io",
|
"sp-io",
|
||||||
"sp-runtime",
|
"sp-runtime",
|
||||||
|
|
|
@ -16,7 +16,6 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||||
|
|
||||||
sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
||||||
sp-arithmetic = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
|
||||||
sp-io = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
sp-io = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
||||||
sp-api = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
sp-api = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
||||||
sp-runtime = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
sp-runtime = { git = "https://github.com/serai-dex/substrate", default-features = false }
|
||||||
|
@ -37,7 +36,6 @@ std = [
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
|
|
||||||
"sp-std/std",
|
"sp-std/std",
|
||||||
"sp-arithmetic/std",
|
|
||||||
"sp-io/std",
|
"sp-io/std",
|
||||||
"sp-api/std",
|
"sp-api/std",
|
||||||
"sp-runtime/std",
|
"sp-runtime/std",
|
||||||
|
|
Loading…
Reference in a new issue