Skip to content

Commit 6c3d663

Browse files
committed
Release v5.42.0 prep
1 parent b9e79fe commit 6c3d663

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/collator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-collator"
3-
version = "5.41.0"
3+
version = "5.42.0"
44
description = "Astar collator implementation in Rust."
55
build = "build.rs"
66
default-run = "astar-collator"

runtime/astar/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astar-runtime"
3-
version = "5.41.0"
3+
version = "5.42.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/astar/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
156156
spec_name: create_runtime_str!("astar"),
157157
impl_name: create_runtime_str!("astar"),
158158
authoring_version: 1,
159-
spec_version: 90,
159+
spec_version: 91,
160160
impl_version: 0,
161161
apis: RUNTIME_API_VERSIONS,
162162
transaction_version: 2,

runtime/local/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "local-runtime"
3-
version = "5.40.0"
3+
version = "5.42.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shibuya-runtime"
3-
version = "5.41.0"
3+
version = "5.42.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
189189
spec_name: create_runtime_str!("shibuya"),
190190
impl_name: create_runtime_str!("shibuya"),
191191
authoring_version: 1,
192-
spec_version: 132,
192+
spec_version: 133,
193193
impl_version: 0,
194194
apis: RUNTIME_API_VERSIONS,
195195
transaction_version: 2,

runtime/shiden/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shiden-runtime"
3-
version = "5.41.0"
3+
version = "5.42.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shiden/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
158158
spec_name: create_runtime_str!("shiden"),
159159
impl_name: create_runtime_str!("shiden"),
160160
authoring_version: 1,
161-
spec_version: 129,
161+
spec_version: 130,
162162
impl_version: 0,
163163
apis: RUNTIME_API_VERSIONS,
164164
transaction_version: 2,

0 commit comments

Comments
 (0)