Skip to content

Commit 01f922f

Browse files
feat: bump spec version and semver (#1192)
1 parent d742022 commit 01f922f

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

Cargo.lock

+6-6
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.32.1"
3+
version = "5.33.0"
44
description = "Astar collator implementation in Rust."
55
build = "build.rs"
66
default-run = "astar-collator"

bin/xcm-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcm-tools"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Astar XCM tools."
55
build = "build.rs"
66
authors.workspace = true

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.32.1"
3+
version = "5.33.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: 80,
151+
spec_version: 81,
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.32.1"
3+
version = "5.33.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.32.1"
3+
version = "5.33.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
@@ -173,7 +173,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
173173
spec_name: create_runtime_str!("shibuya"),
174174
impl_name: create_runtime_str!("shibuya"),
175175
authoring_version: 1,
176-
spec_version: 122,
176+
spec_version: 123,
177177
impl_version: 0,
178178
apis: RUNTIME_API_VERSIONS,
179179
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.32.1"
3+
version = "5.33.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
@@ -149,7 +149,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
149149
spec_name: create_runtime_str!("shiden"),
150150
impl_name: create_runtime_str!("shiden"),
151151
authoring_version: 1,
152-
spec_version: 119,
152+
spec_version: 120,
153153
impl_version: 0,
154154
apis: RUNTIME_API_VERSIONS,
155155
transaction_version: 2,

0 commit comments

Comments
 (0)