Skip to content

Commit b8eab75

Browse files
committed
style
1 parent 88ba30b commit b8eab75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-
157157
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" }
158158

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

163163
# XCM
164164
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false }

template/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ fp-rpc = { workspace = true, features = ["default"] }
8181
frontier-template-runtime = { workspace = true, features = ["std"] }
8282

8383
# Cumulus primitives
84-
cumulus-primitives-storage-weight-reclaim = { workspace = true }
8584
cumulus-primitives-proof-size-hostfunction = { workspace = true }
85+
cumulus-primitives-storage-weight-reclaim = { workspace = true }
8686

8787
[build-dependencies]
8888
substrate-build-script-utils = { workspace = true }

0 commit comments

Comments
 (0)