Skip to content

Commit

Permalink
Remove unused dependencies (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Feb 29, 2024
1 parent c102f66 commit 3131130
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions zrml/neo-swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ zrml-global-disputes = { workspace = true, optional = true }
zrml-liquidity-mining = { workspace = true, optional = true }
zrml-prediction-markets = { workspace = true, optional = true }
zrml-prediction-markets-runtime-api = { workspace = true, optional = true }
zrml-rikiddo = { workspace = true, optional = true }
zrml-simple-disputes = { workspace = true, optional = true }
zrml-swaps = { workspace = true, optional = true }

[dev-dependencies]
more-asserts = { workspace = true }
Expand All @@ -57,8 +55,6 @@ mock = [
"sp-io/default",
"zeitgeist-primitives/mock",
"zrml-prediction-markets-runtime-api/default",
"zrml-rikiddo/default",
"zrml-swaps/default",
"xcm/default",
"orml-asset-registry/default",
"orml-currencies/default",
Expand Down
4 changes: 0 additions & 4 deletions zrml/prediction-markets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ sp-api = { workspace = true, optional = true }
sp-io = { workspace = true, optional = true }
xcm = { workspace = true, optional = true }
zrml-prediction-markets-runtime-api = { workspace = true, optional = true }
zrml-rikiddo = { workspace = true, optional = true }
zrml-swaps = { workspace = true, optional = true }

[dev-dependencies]
more-asserts = { workspace = true }
Expand All @@ -52,8 +50,6 @@ mock = [
"sp-io/default",
"zeitgeist-primitives/mock",
"zrml-prediction-markets-runtime-api/default",
"zrml-rikiddo/default",
"zrml-swaps/default",
"xcm/default",
"orml-asset-registry/default",
"env_logger/default",
Expand Down
2 changes: 0 additions & 2 deletions zrml/swaps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ serde = { workspace = true, features = ["derive"] }
sp-arithmetic = { workspace = true }
sp-runtime = { workspace = true }
zeitgeist-primitives = { workspace = true }
zrml-liquidity-mining = { workspace = true }

# Mock

Expand Down Expand Up @@ -57,7 +56,6 @@ std = [
"parity-scale-codec/std",
"sp-runtime/std",
"zeitgeist-primitives/std",
"zrml-liquidity-mining/std",
]
try-runtime = [
"frame-support/try-runtime",
Expand Down

0 comments on commit 3131130

Please sign in to comment.