Skip to content

Commit e39c912

Browse files
authored
Prep for v5.36.0 release (#1219)
1 parent dcc393d commit e39c912

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.35.0"
3+
version = "5.36.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.35.0"
3+
version = "5.36.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
@@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
148148
spec_name: create_runtime_str!("astar"),
149149
impl_name: create_runtime_str!("astar"),
150150
authoring_version: 1,
151-
spec_version: 83,
151+
spec_version: 84,
152152
impl_version: 0,
153153
apis: RUNTIME_API_VERSIONS,
154154
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.35.0"
3+
version = "5.36.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.35.0"
3+
version = "5.36.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
@@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
174174
spec_name: create_runtime_str!("shibuya"),
175175
impl_name: create_runtime_str!("shibuya"),
176176
authoring_version: 1,
177-
spec_version: 125,
177+
spec_version: 126,
178178
impl_version: 0,
179179
apis: RUNTIME_API_VERSIONS,
180180
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.35.0"
3+
version = "5.36.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
@@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
153153
spec_name: create_runtime_str!("shiden"),
154154
impl_name: create_runtime_str!("shiden"),
155155
authoring_version: 1,
156-
spec_version: 122,
156+
spec_version: 123,
157157
impl_version: 0,
158158
apis: RUNTIME_API_VERSIONS,
159159
transaction_version: 2,

0 commit comments

Comments
 (0)