Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit bde8eef

Browse files
committed
Bump impl_version to make node-runtime happy
1 parent 35f92b9 commit bde8eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-runtime"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
build = "build.rs"

bin/node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
110110
// implementation changes and behavior does not, then leave spec_version as
111111
// is and increment impl_version.
112112
spec_version: 259,
113-
impl_version: 0,
113+
impl_version: 1,
114114
apis: RUNTIME_API_VERSIONS,
115115
transaction_version: 1,
116116
};

0 commit comments

Comments
 (0)