Skip to content

Commit 4ed63eb

Browse files
committed
version 0.26.2
1 parent 94bb1d1 commit 4ed63eb

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

Cargo.lock

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

nodes/parachain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build = "build.rs"
44
description = "KILT parachain"
55
edition = "2018"
66
name = "kilt-parachain"
7-
version = "0.26.1"
7+
version = "0.26.2"
88

99
[[bin]]
1010
name = "kilt-parachain"

nodes/standalone/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
33
build = "build.rs"
44
edition = "2018"
55
name = "mashnet-node"
6-
version = "0.26.1"
6+
version = "0.26.2"
77

88
[[bin]]
99
name = "mashnet-node"

pallets/attestation/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables adding and revoking attestations."
44
edition = "2018"
55
name = "attestation"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "0.26.1"
7+
version = "0.26.2"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]
@@ -13,8 +13,8 @@ targets = ["x86_64-unknown-linux-gnu"]
1313
substrate-wasm-builder-runner = {version = "3.0.0"}
1414

1515
[dev-dependencies]
16-
ctype = {features = ["mock"], path = "../ctype", version = "0.26.1"}
17-
delegation = {features = ["mock"], path = "../delegation", version = "0.26.1"}
16+
ctype = {features = ["mock"], path = "../ctype", version = "0.26.2"}
17+
delegation = {features = ["mock"], path = "../delegation", version = "0.26.2"}
1818
kilt-primitives = {default-features = false, path = "../../primitives"}
1919
serde = {version = "1.0.101"}
2020
sp-core = {branch = "polkadot-v0.9.10", default-features = false, git = "https://github.com/paritytech/substrate"}
@@ -23,8 +23,8 @@ sp-keystore = {branch = "polkadot-v0.9.10", default-features = false, git = "htt
2323

2424
[dependencies]
2525
# Internal dependencies
26-
ctype = {default-features = false, path = "../ctype", version = "0.26.1"}
27-
delegation = {default-features = false, path = "../delegation", version = "0.26.1"}
26+
ctype = {default-features = false, path = "../ctype", version = "0.26.2"}
27+
delegation = {default-features = false, path = "../delegation", version = "0.26.2"}
2828
kilt-primitives = {default-features = false, optional = true, path = "../../primitives"}
2929

3030
#External dependencies

pallets/ctype/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables adding CTypes."
44
edition = "2018"
55
name = "ctype"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "0.26.1"
7+
version = "0.26.2"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/delegation/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables creating and revoking root nodes of delegation hierarchie
44
edition = "2018"
55
name = "delegation"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "0.26.1"
7+
version = "0.26.2"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1313
substrate-wasm-builder-runner = {version = "3.0.0"}
1414

1515
[dev-dependencies]
16-
ctype = {features = ["mock"], path = "../ctype", version = "0.26.1"}
16+
ctype = {features = ["mock"], path = "../ctype", version = "0.26.2"}
1717
env_logger = {version = "0.8.4"}
1818
kilt-primitives = {default-features = false, path = "../../primitives"}
1919
serde = {version = "1.0.101"}
@@ -22,7 +22,7 @@ sp-keystore = {branch = "polkadot-v0.9.10", default-features = false, git = "htt
2222

2323
[dependencies]
2424
# Internal dependencies
25-
ctype = {default-features = false, path = "../ctype", version = "0.26.1"}
25+
ctype = {default-features = false, path = "../ctype", version = "0.26.2"}
2626
kilt-primitives = {default-features = false, path = "../../primitives"}
2727

2828
#External dependencies

pallets/did/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables adding and removing decentralized identifiers (DIDs)."
44
edition = "2018"
55
name = "did"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "0.26.1"
7+
version = "0.26.2"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]
@@ -16,12 +16,12 @@ substrate-wasm-builder-runner = {version = "3.0.0"}
1616
env_logger = {version = "0.8.3"}
1717
serde = {version = "1.0.101"}
1818

19-
ctype = {features = ["mock"], path = "../ctype", version = "0.26.1"}
19+
ctype = {features = ["mock"], path = "../ctype", version = "0.26.2"}
2020
kilt-primitives = {default-features = false, path = "../../primitives"}
2121

2222
[dependencies]
2323
# Internal dependencies
24-
ctype = {optional = true, path = "../ctype", version = "0.26.1"}
24+
ctype = {optional = true, path = "../ctype", version = "0.26.2"}
2525
kilt-primitives = {default-features = false, path = "../../primitives"}
2626

2727
# External dependencies

runtimes/peregrine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2018"
44
name = "peregrine-runtime"
5-
version = "0.26.1"
5+
version = "0.26.2"
66

77
[dependencies]
88
bitflags = {version = "1.2.1", default-features = false}

runtimes/peregrine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
105105
spec_name: create_runtime_str!("mashnet-node"),
106106
impl_name: create_runtime_str!("mashnet-node"),
107107
authoring_version: 4,
108-
spec_version: 25,
108+
spec_version: 2602,
109109
impl_version: 0,
110110
apis: RUNTIME_API_VERSIONS,
111111
transaction_version: 2,

runtimes/spiritnet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2018"
44
name = "spiritnet-runtime"
5-
version = "0.26.1"
5+
version = "0.26.2"
66

77
[dependencies]
88
codec = {package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]}

runtimes/spiritnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9898
spec_name: create_runtime_str!("kilt-spiritnet"),
9999
impl_name: create_runtime_str!("kilt-spiritnet"),
100100
authoring_version: 1,
101-
spec_version: 25,
101+
spec_version: 2602,
102102
impl_version: 0,
103103
apis: RUNTIME_API_VERSIONS,
104104
transaction_version: 1,

runtimes/standalone/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2018"
44
name = "mashnet-node-runtime"
5-
version = "0.26.1"
5+
version = "0.26.2"
66

77
[build-dependencies]
88
substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.10"}

runtimes/standalone/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
110110
spec_name: create_runtime_str!("mashnet-node"),
111111
impl_name: create_runtime_str!("mashnet-node"),
112112
authoring_version: 4,
113-
spec_version: 25,
113+
spec_version: 2602,
114114
impl_version: 0,
115115
apis: RUNTIME_API_VERSIONS,
116116
transaction_version: 2,

0 commit comments

Comments
 (0)