Skip to content

Commit cef3ab1

Browse files
authored
v5.25.0 release prep (#1089)
1 parent 7ece280 commit cef3ab1

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

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.24.0"
3+
version = "5.25.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.24.0"
3+
version = "5.25.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: 71,
141+
spec_version: 72,
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.24.0"
3+
version = "5.25.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.24.0"
3+
version = "5.25.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
@@ -167,7 +167,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
167167
spec_name: create_runtime_str!("shibuya"),
168168
impl_name: create_runtime_str!("shibuya"),
169169
authoring_version: 1,
170-
spec_version: 114,
170+
spec_version: 115,
171171
impl_version: 0,
172172
apis: RUNTIME_API_VERSIONS,
173173
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.24.0"
3+
version = "5.25.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: 111,
143+
spec_version: 112,
144144
impl_version: 0,
145145
apis: RUNTIME_API_VERSIONS,
146146
transaction_version: 2,

0 commit comments

Comments
 (0)