Skip to content

Commit

Permalink
taplo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofdeepanshu committed Jun 23, 2023
1 parent ed82515 commit fbb4d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/dapps-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ frame-system = { workspace = true }
num-traits = { workspace = true }
parity-scale-codec = { workspace = true }

astar-primitives = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true, optional = true }
sp-arithmetic = { workspace = true }
Expand All @@ -21,7 +22,6 @@ sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-staking = { workspace = true }
sp-std = { workspace = true }
astar-primitives = {workspace = true}

frame-benchmarking = { workspace = true, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion runtime/shiden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ runtime-benchmarks = [
"pallet-xc-asset-config/runtime-benchmarks",
"pallet-collator-selection/runtime-benchmarks",
"polkadot-runtime/runtime-benchmarks",
"astar-primitives/runtime-benchmarks"
"astar-primitives/runtime-benchmarks",
]
try-runtime = [
"fp-self-contained/try-runtime",
Expand Down

0 comments on commit fbb4d31

Please sign in to comment.