Skip to content

Commit a642a44

Browse files
authored
prep v5.43.0 (#1323)
* prep v5.43.0 * bump spec_version
1 parent 2ad07ab commit a642a44

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.42.2"
3+
version = "5.43.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.42.2"
3+
version = "5.43.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
@@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
172172
spec_name: create_runtime_str!("astar"),
173173
impl_name: create_runtime_str!("astar"),
174174
authoring_version: 1,
175-
spec_version: 91,
175+
spec_version: 92,
176176
impl_version: 0,
177177
apis: RUNTIME_API_VERSIONS,
178178
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.42.2"
3+
version = "5.43.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.42.2"
3+
version = "5.43.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
@@ -204,7 +204,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
204204
spec_name: create_runtime_str!("shibuya"),
205205
impl_name: create_runtime_str!("shibuya"),
206206
authoring_version: 1,
207-
spec_version: 133,
207+
spec_version: 134,
208208
impl_version: 0,
209209
apis: RUNTIME_API_VERSIONS,
210210
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.42.2"
3+
version = "5.43.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
@@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
174174
spec_name: create_runtime_str!("shiden"),
175175
impl_name: create_runtime_str!("shiden"),
176176
authoring_version: 1,
177-
spec_version: 130,
177+
spec_version: 131,
178178
impl_version: 0,
179179
apis: RUNTIME_API_VERSIONS,
180180
transaction_version: 2,

0 commit comments

Comments
 (0)