Skip to content

Commit 4cbf1a2

Browse files
authored
v5.38.0 release prep (#1239)
1 parent a783088 commit 4cbf1a2

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
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.37.0"
3+
version = "5.38.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.37.0"
3+
version = "5.38.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
@@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
154154
spec_name: create_runtime_str!("astar"),
155155
impl_name: create_runtime_str!("astar"),
156156
authoring_version: 1,
157-
spec_version: 85,
157+
spec_version: 86,
158158
impl_version: 0,
159159
apis: RUNTIME_API_VERSIONS,
160160
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.37.0"
3+
version = "5.38.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true

runtime/shibuya/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shibuya-runtime"
3-
version = "5.37.0"
3+
version = "5.38.0"
44
build = "build.rs"
55
authors.workspace = true
66
edition.workspace = true
@@ -120,7 +120,7 @@ pallet-xcm = { workspace = true }
120120
pallet-xcm-benchmarks = { workspace = true, optional = true }
121121
pallet-xvm = { workspace = true }
122122

123-
# Get rid of this after running the benchmarks
123+
# Get rid of this after uplifting to high enough version of ORML so we get access to benchmark support for the pallet
124124
oracle-benchmarks = { workspace = true }
125125

126126
dapp-staking-v3-runtime-api = { workspace = true }

runtime/shibuya/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
176176
spec_name: create_runtime_str!("shibuya"),
177177
impl_name: create_runtime_str!("shibuya"),
178178
authoring_version: 1,
179-
spec_version: 127,
179+
spec_version: 128,
180180
impl_version: 0,
181181
apis: RUNTIME_API_VERSIONS,
182182
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.37.0"
3+
version = "5.38.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
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
spec_name: create_runtime_str!("shiden"),
156156
impl_name: create_runtime_str!("shiden"),
157157
authoring_version: 1,
158-
spec_version: 124,
158+
spec_version: 125,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 2,

0 commit comments

Comments
 (0)