Skip to content

Commit 4f34361

Browse files
chore: refactor (#11104)
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
1 parent 23005b8 commit 4f34361

File tree

4 files changed

+100
-138
lines changed

4 files changed

+100
-138
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# generated by parity-publish v0.10.9
2-
# command: parity-publish plan --prdoc prdoc
1+
# generated by parity-publish v0.10.10
2+
# command: parity-publish plan --patch staging-xcm-executor
33

44
[options]
55

@@ -1814,10 +1814,10 @@ reason = "changed"
18141814
[[crate]]
18151815
# polkadot/xcm/xcm-executor
18161816
name = "staging-xcm-executor"
1817-
from = "21.0.0"
1818-
to = "22.0.0"
1819-
bump = "major"
1820-
reason = "changed"
1817+
from = "22.0.0"
1818+
to = "22.0.1"
1819+
bump = "patch"
1820+
reason = "bumped by --patch"
18211821

18221822
[[crate]]
18231823
# bridges/primitives/messages

polkadot/xcm/xcm-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "An abstract and configurable XCM message executor."
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
7-
version = "22.0.0"
7+
version = "22.0.1"
88
homepage.workspace = true
99
repository.workspace = true
1010

0 commit comments

Comments
 (0)