Skip to content

Commit 90df4e5

Browse files
authored
Release v5.30.0 prep (#1159)
1 parent 6e95a23 commit 90df4e5

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

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

bin/collator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-collator"
3-
version = "5.29.0"
3+
version = "5.30.0"
44
description = "Astar collator implementation in Rust."
55
build = "build.rs"
66
default-run = "astar-collator"

runtime/astar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-runtime"
3-
version = "5.29.0"
3+
version = "5.30.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/astar/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
138138
spec_name: create_runtime_str!("astar"),
139139
impl_name: create_runtime_str!("astar"),
140140
authoring_version: 1,
141-
spec_version: 76,
141+
spec_version: 77,
142142
impl_version: 0,
143143
apis: RUNTIME_API_VERSIONS,
144144
transaction_version: 2,

runtime/local/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "local-runtime"
3-
version = "5.29.0"
3+
version = "5.30.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shibuya-runtime"
3-
version = "5.29.0"
3+
version = "5.30.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
170170
spec_name: create_runtime_str!("shibuya"),
171171
impl_name: create_runtime_str!("shibuya"),
172172
authoring_version: 1,
173-
spec_version: 119,
173+
spec_version: 120,
174174
impl_version: 0,
175175
apis: RUNTIME_API_VERSIONS,
176176
transaction_version: 2,

runtime/shiden/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shiden-runtime"
3-
version = "5.29.0"
3+
version = "5.30.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shiden/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
140140
spec_name: create_runtime_str!("shiden"),
141141
impl_name: create_runtime_str!("shiden"),
142142
authoring_version: 1,
143-
spec_version: 116,
143+
spec_version: 117,
144144
impl_version: 0,
145145
apis: RUNTIME_API_VERSIONS,
146146
transaction_version: 2,

0 commit comments

Comments
 (0)