Skip to content

Commit 1fd05f4

Browse files
authored
chore: update runtime version (#620)
Updates Cargo.toml version and runtime version to version 1.14.0
1 parent e559e9b commit 1fd05f4

File tree

7 files changed

+44
-44
lines changed

7 files changed

+44
-44
lines changed

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://kilt.io/"
66
license-file = "LICENSE"
77
readme = "README.md"
88
repository = "https://github.com/KILTprotocol/kilt-node"
9-
version = "1.13.0-dev"
9+
version = "1.14.0-dev"
1010

1111
[workspace]
1212
members = [
@@ -37,17 +37,17 @@ cfg-if = "1.0"
3737
clap = "4.1.6"
3838
enum-iterator = "2.0.0"
3939
env_logger = "0.10.0"
40-
fluent-uri = { version = "0.1.4", default-features = false }
40+
fluent-uri = {version = "0.1.4", default-features = false}
4141
futures = {version = "0.3.21", default-features = false}
42-
hash-db = { version = "0.16.0", default-features = false }
42+
hash-db = {version = "0.16.0", default-features = false}
4343
hex = {version = "0.4.0", default-features = false}
4444
hex-literal = "0.3.4"
4545
jsonrpsee = "0.16.2"
4646
libsecp256k1 = {version = "0.7", default-features = false}
4747
log = "0.4.17"
4848
parity-scale-codec = {version = "3.1.5", default-features = false}
4949
scale-info = {version = "2.1.1", default-features = false}
50-
serde = {version = "1.0.144", default-features = false}
50+
serde = {version = "1.0.144", default-features = false}
5151
serde_json = "1.0.85"
5252
sha3 = {version = "0.10.0", default-features = false}
5353
smallvec = "1.8.0"

dip-template/runtimes/dip-consumer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
spec_name: create_runtime_str!("dip-consumer-runtime-template"),
156156
impl_name: create_runtime_str!("dip-consumer-runtime-template"),
157157
authoring_version: 1,
158-
spec_version: 11300,
158+
spec_version: 11400,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 1,

dip-template/runtimes/dip-provider/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
156156
spec_name: create_runtime_str!("dip-provider-runtime-template"),
157157
impl_name: create_runtime_str!("dip-provider-runtime-template"),
158158
authoring_version: 1,
159-
spec_version: 11300,
159+
spec_version: 11400,
160160
impl_version: 0,
161161
apis: RUNTIME_API_VERSIONS,
162162
transaction_version: 1,

runtimes/kestrel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118
spec_name: create_runtime_str!("kilt-kestrel"),
119119
impl_name: create_runtime_str!("kilt-kestrel"),
120120
authoring_version: 4,
121-
spec_version: 11300,
121+
spec_version: 11400,
122122
impl_version: 0,
123123
apis: RUNTIME_API_VERSIONS,
124124
transaction_version: 6,

runtimes/peregrine/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9191
spec_name: create_runtime_str!("mashnet-node"),
9292
impl_name: create_runtime_str!("mashnet-node"),
9393
authoring_version: 4,
94-
spec_version: 11300,
94+
spec_version: 11400,
9595
impl_version: 0,
9696
apis: RUNTIME_API_VERSIONS,
9797
transaction_version: 8,

runtimes/spiritnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9292
spec_name: create_runtime_str!("kilt-spiritnet"),
9393
impl_name: create_runtime_str!("kilt-spiritnet"),
9494
authoring_version: 1,
95-
spec_version: 11300,
95+
spec_version: 11400,
9696
impl_version: 0,
9797
apis: RUNTIME_API_VERSIONS,
9898
transaction_version: 8,

0 commit comments

Comments
 (0)