Skip to content

Commit

Permalink
fix: Dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Feb 28, 2025
1 parent 0ce1586 commit 3c9f88d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ itertools = { workspace = true, optional = true, default-features = false, featu
sp-core = { workspace = true, default_features = false, optional = true }
sp-io = { workspace = true, optional = true }
sp-keystore = { workspace = true, default-features = false, optional = true }
sp-runtime = { workspace = true, optional = true }
sp-runtime = { workspace = true }

[dev-dependencies]
# Homegrown
Expand Down Expand Up @@ -78,7 +78,6 @@ runtime-benchmarks = [
"sp-core",
"sp-io",
"sp-keystore",
"sp-runtime",
"sp-runtime/runtime-benchmarks",
]
std = [
Expand Down

0 comments on commit 3c9f88d

Please sign in to comment.