Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Mar 6, 2025
1 parent 3e7b36c commit 806bc0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ westend-runtime-constants = { path = "polkadot/runtime/westend/constants", defau
westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" }
x25519-dalek = { version = "2.0" }
xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm", version = "14.1.0" }
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.3" }
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.4" }
xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" }
xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.15.0" }
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "16.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tools & types for building with XCM and its executor. (polkadot v
authors.workspace = true
edition.workspace = true
license.workspace = true
version = "16.0.3"
version = "16.0.4"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@ version = "14.1.0"
path = "../polkadot/xcm/xcm-builder"
default-features = false
optional = true
version = "16.0.3"
version = "16.0.4"

[dependencies.staging-xcm-executor]
path = "../polkadot/xcm/xcm-executor"
Expand Down

0 comments on commit 806bc0d

Please sign in to comment.