Skip to content

Commit ea2fd43

Browse files
feat: bump spec version and collator version (#1470)
1 parent ea50720 commit ea2fd43

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.45.0"
3+
version = "5.46.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 = "14.0.1"
3+
version = "15.0.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
@@ -188,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
188188
spec_name: Cow::Borrowed("astar"),
189189
impl_name: Cow::Borrowed("astar"),
190190
authoring_version: 1,
191-
spec_version: 1401,
191+
spec_version: 1500,
192192
impl_version: 0,
193193
apis: RUNTIME_API_VERSIONS,
194194
transaction_version: 3,

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 = "14.0.1"
3+
version = "15.0.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
@@ -210,7 +210,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
210210
spec_name: Cow::Borrowed("shibuya"),
211211
impl_name: Cow::Borrowed("shibuya"),
212212
authoring_version: 1,
213-
spec_version: 1401,
213+
spec_version: 1500,
214214
impl_version: 0,
215215
apis: RUNTIME_API_VERSIONS,
216216
transaction_version: 3,

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 = "14.0.1"
3+
version = "15.0.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
@@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
181181
spec_name: Cow::Borrowed("shiden"),
182182
impl_name: Cow::Borrowed("shiden"),
183183
authoring_version: 1,
184-
spec_version: 1401,
184+
spec_version: 1500,
185185
impl_version: 0,
186186
apis: RUNTIME_API_VERSIONS,
187187
transaction_version: 3,

0 commit comments

Comments
 (0)