Skip to content

Commit

Permalink
Remove unused dependency from dex-pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 16, 2023
1 parent 369af0f commit 0d080e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion 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 substrate/dex/pallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -37,7 +36,6 @@ std = [
"scale-info/std",

"sp-std/std",
"sp-arithmetic/std",
"sp-io/std",
"sp-api/std",
"sp-runtime/std",
Expand Down

0 comments on commit 0d080e6

Please sign in to comment.