Skip to content

Commit

Permalink
Fix toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Aug 12, 2024
1 parent 0303d46 commit 9c26bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" }

# Cumulus
cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407"}
cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407" }
cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2407", default-features = false }

# XCM
Expand Down
2 changes: 1 addition & 1 deletion frame/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ rlp = { workspace = true }
pallet-balances = { workspace = true, features = ["default", "insecure_zero_ed"] }
pallet-timestamp = { workspace = true, features = ["default"] }
sp-core = { workspace = true, features = ["default"] }
sp-trie = { workspace = true, features = ["default"] }
sp-state-machine = { workspace = true }
sp-trie = { workspace = true, features = ["default"] }
# Frontier
fp-self-contained = { workspace = true, features = ["default"] }

Expand Down

0 comments on commit 9c26bdc

Please sign in to comment.