Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Mar 5, 2025
1 parent 88ba30b commit b8eab75
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,8 +157,8 @@ substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" }

# Cumulus primitives
cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
cumulus-primitives-proof-size-hostfunction = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
cumulus-primitives-storage-weight-reclaim = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }

# XCM
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ fp-rpc = { workspace = true, features = ["default"] }
frontier-template-runtime = { workspace = true, features = ["std"] }

# Cumulus primitives
cumulus-primitives-storage-weight-reclaim = { workspace = true }
cumulus-primitives-proof-size-hostfunction = { workspace = true }
cumulus-primitives-storage-weight-reclaim = { workspace = true }

[build-dependencies]
substrate-build-script-utils = { workspace = true }
Expand Down

0 comments on commit b8eab75

Please sign in to comment.