Skip to content

Commit 8297d81

Browse files
committed
Runtime-1000 release prep
1 parent 26aa4da commit 8297d81

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.44.0"
3+
version = "5.45.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
@@ -175,7 +175,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
175175
spec_name: create_runtime_str!("astar"),
176176
impl_name: create_runtime_str!("astar"),
177177
authoring_version: 1,
178-
spec_version: 95,
178+
spec_version: 1000,
179179
impl_version: 0,
180180
apis: RUNTIME_API_VERSIONS,
181181
transaction_version: 3,

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.44.0"
3+
version = "5.45.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.44.0"
3+
version = "5.45.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
@@ -207,7 +207,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
207207
spec_name: create_runtime_str!("shibuya"),
208208
impl_name: create_runtime_str!("shibuya"),
209209
authoring_version: 1,
210-
spec_version: 137,
210+
spec_version: 1000,
211211
impl_version: 0,
212212
apis: RUNTIME_API_VERSIONS,
213213
transaction_version: 3,

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.44.0"
3+
version = "5.45.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
@@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177177
spec_name: create_runtime_str!("shiden"),
178178
impl_name: create_runtime_str!("shiden"),
179179
authoring_version: 1,
180-
spec_version: 134,
180+
spec_version: 1000,
181181
impl_version: 0,
182182
apis: RUNTIME_API_VERSIONS,
183183
transaction_version: 3,

0 commit comments

Comments
 (0)