Skip to content

Commit 4dca14d

Browse files
authored
Merge pull request #3731 from autonomys/bump_version
Bump versions for EVM runtime and client versions
2 parents f1125ba + 7638d8f commit 4dca14d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.

crates/subspace-bootstrap-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subspace-bootstrap-node"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = [
55
"Nazar Mokrynskyi <[email protected]>",
66
"Shamil Gadelshin <[email protected]>"

crates/subspace-farmer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "subspace-farmer"
33
description = "Farmer for the Subspace Network Blockchain"
44
license = "0BSD"
5-
version = "0.1.4"
5+
version = "0.1.5"
66
authors = ["Nazar Mokrynskyi <[email protected]>"]
77
edition.workspace = true
88
include = [

crates/subspace-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subspace-gateway"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = [
55
66
"Shamil Gadelshin <[email protected]>"

crates/subspace-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subspace-node"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Subspace Labs <https://subspace.network>"]
55
description = "A Subspace Network Blockchain node."
66
edition.workspace = true

domains/runtime/evm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
317317
spec_name: Cow::Borrowed("subspace-evm-domain"),
318318
impl_name: Cow::Borrowed("subspace-evm-domain"),
319319
authoring_version: 0,
320-
spec_version: 1,
320+
spec_version: 2,
321321
impl_version: 0,
322322
apis: RUNTIME_API_VERSIONS,
323323
transaction_version: 1,

0 commit comments

Comments
 (0)