Skip to content

Commit

Permalink
version 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Sep 22, 2021
1 parent 6ba55e1 commit 30ace39
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nodes/parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build = "build.rs"
description = "KILT parachain"
edition = "2018"
name = "kilt-parachain"
version = "0.25.2"
version = "0.26.0"

[[bin]]
name = "kilt-parachain"
Expand Down
2 changes: 1 addition & 1 deletion nodes/standalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
build = "build.rs"
edition = "2018"
name = "mashnet-node"
version = "0.25.2"
version = "0.26.0"

[[bin]]
name = "mashnet-node"
Expand Down
10 changes: 5 additions & 5 deletions pallets/attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Enables adding and revoking attestations."
edition = "2018"
name = "attestation"
repository = "https://github.com/KILTprotocol/mashnet-node"
version = "0.25.2"
version = "0.26.0"

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

[dev-dependencies]
ctype = {features = ["mock"], path = "../ctype", version = "0.25.2"}
delegation = {features = ["mock"], path = "../delegation", version = "0.25.2"}
ctype = {features = ["mock"], path = "../ctype", version = "0.26.0"}
delegation = {features = ["mock"], path = "../delegation", version = "0.26.0"}
kilt-primitives = {default-features = false, path = "../../primitives"}
serde = {version = "1.0.101"}
sp-core = {branch = "polkadot-v0.9.9", default-features = false, git = "https://github.com/paritytech/substrate"}
Expand All @@ -23,8 +23,8 @@ sp-keystore = {branch = "polkadot-v0.9.9", default-features = false, git = "http

[dependencies]
# Internal dependencies
ctype = {default-features = false, path = "../ctype", version = "0.25.2"}
delegation = {default-features = false, path = "../delegation", version = "0.25.2"}
ctype = {default-features = false, path = "../ctype", version = "0.26.0"}
delegation = {default-features = false, path = "../delegation", version = "0.26.0"}
kilt-primitives = {default-features = false, optional = true, path = "../../primitives"}

#External dependencies
Expand Down
2 changes: 1 addition & 1 deletion pallets/ctype/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Enables adding CTypes."
edition = "2018"
name = "ctype"
repository = "https://github.com/KILTprotocol/mashnet-node"
version = "0.25.2"
version = "0.26.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
6 changes: 3 additions & 3 deletions pallets/delegation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Enables creating and revoking root nodes of delegation hierarchie
edition = "2018"
name = "delegation"
repository = "https://github.com/KILTprotocol/mashnet-node"
version = "0.25.2"
version = "0.26.0"

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

[dev-dependencies]
ctype = {features = ["mock"], path = "../ctype", version = "0.25.2"}
ctype = {features = ["mock"], path = "../ctype", version = "0.26.0"}
env_logger = {version = "0.8.4"}
kilt-primitives = {default-features = false, path = "../../primitives"}
serde = {version = "1.0.101"}
Expand All @@ -22,7 +22,7 @@ sp-keystore = {branch = "polkadot-v0.9.9", default-features = false, git = "http

[dependencies]
# Internal dependencies
ctype = {default-features = false, path = "../ctype", version = "0.25.2"}
ctype = {default-features = false, path = "../ctype", version = "0.26.0"}
kilt-primitives = {default-features = false, path = "../../primitives"}

#External dependencies
Expand Down
6 changes: 3 additions & 3 deletions pallets/did/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Enables adding and removing decentralized identifiers (DIDs)."
edition = "2018"
name = "did"
repository = "https://github.com/KILTprotocol/mashnet-node"
version = "0.25.2"
version = "0.26.0"

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

ctype = {features = ["mock"], path = "../ctype", version = "0.25.2"}
ctype = {features = ["mock"], path = "../ctype", version = "0.26.0"}
kilt-primitives = {default-features = false, path = "../../primitives"}

[dependencies]
# Internal dependencies
ctype = {optional = true, path = "../ctype", version = "0.25.2"}
ctype = {optional = true, path = "../ctype", version = "0.26.0"}
kilt-primitives = {default-features = false, path = "../../primitives"}

# External dependencies
Expand Down
2 changes: 1 addition & 1 deletion runtimes/peregrine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["KILT <info@kilt.io>"]
edition = "2018"
name = "peregrine-runtime"
version = "0.25.2"
version = "0.26.0"

[dependencies]
bitflags = {version = "1.2.1", default-features = false}
Expand Down
2 changes: 1 addition & 1 deletion runtimes/spiritnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["KILT <info@kilt.io>"]
edition = "2018"
name = "spiritnet-runtime"
version = "0.25.2"
version = "0.26.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion runtimes/standalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["KILT <info@kilt.io>"]
edition = "2018"
name = "mashnet-node-runtime"
version = "0.25.2"
version = "0.26.0"

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

0 comments on commit 30ace39

Please sign in to comment.