mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Remove unused dependency from dex-pallet
This commit is contained in:
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user