Remove unused dependency from dex-pallet

This commit is contained in:
Luke Parker 2023-11-15 20:24:33 -05:00
parent 369af0fab5
commit 0d080e6d34
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -7631,7 +7631,6 @@ dependencies = [
"serai-coins-pallet",
"serai-primitives",
"sp-api",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-runtime",

View file

@ -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"] }
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-api = { 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",
"sp-std/std",
"sp-arithmetic/std",
"sp-io/std",
"sp-api/std",
"sp-runtime/std",