Skip to content

Commit 005b791

Browse files
committed
Bump cumulus-pallet-parachain-system-proc-macro
1 parent 7dd7e3a commit 005b791

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Plan.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ value = "sp-runtime/std"
2626
name = "cumulus-pallet-parachain-system-proc-macro"
2727
path = "cumulus/pallets/parachain-system/proc-macro"
2828
from = "0.2.0"
29-
to = "0.3.0"
29+
to = "0.3.1"
3030
bump = "unknown"
3131
reason = "changed"
3232

cumulus/pallets/parachain-system/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-
3333
xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "3.0.1" }
3434

3535
# Cumulus
36-
cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false, version = "0.3.0" }
36+
cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false, version = "0.3.1" }
3737
cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.3.0" }
3838
cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent", default-features = false, version = "0.3.0" }
3939

@@ -42,7 +42,6 @@ assert_matches = "1.5"
4242
hex-literal = "0.4.1"
4343
lazy_static = "1.4"
4444
futures = "0.3.28"
45-
4645
sc-client-api = { path = "../../../substrate/client/api" }
4746
sp-keyring = { path = "../../../substrate/primitives/keyring" }
4847
sp-tracing = { path = "../../../substrate/primitives/tracing" }

cumulus/pallets/parachain-system/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-pallet-parachain-system-proc-macro"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Proc macros provided by the parachain-system pallet"

0 commit comments

Comments
 (0)