Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 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 crates/assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Asset DIDs and related structs, suitable for no_std environments.
edition = "2021"
name = "kilt-asset-dids"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.2"
version = "1.8.0"

[dependencies]
# External dependencies
Expand Down
2 changes: 1 addition & 1 deletion nodes/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
edition = "2021"
description = "Set of common utility types, functions, and traits that all node executables can tap into."
name = "node-common"
version = "1.7.2"
version = "1.8.0"

[dependencies]
# Client dependencies
Expand Down
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 = "2021"
name = "kilt-parachain"
version = "1.7.4"
version = "1.8.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 = "2021"
name = "mashnet-node"
version = "1.7.4"
version = "1.8.0"

[[bin]]
name = "mashnet-node"
Expand Down
2 changes: 1 addition & 1 deletion 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 = "2021"
name = "attestation"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
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 = "2021"
name = "ctype"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion 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 = "2021"
name = "delegation"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion 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 = "2021"
name = "did"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-did-lookup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Lookup the DID for a blockchain account."
edition = "2021"
name = "pallet-did-lookup"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-inflation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Substrate pallet issueing a pre-configured amount of tokens to th
edition = "2021"
name = "pallet-inflation"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-web3-names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Unique Web3 nicknames for KILT DIDs."
edition = "2021"
name = "pallet-web3-names"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"
version = "1.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
description = "Parachain parachain-staking pallet for collator delegation and selection as well as reward distribution"
edition = "2021"
name = "parachain-staking"
version = "1.7.4"
version = "1.8.0"

[dev-dependencies]
pallet-aura = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
Expand Down
2 changes: 1 addition & 1 deletion pallets/public-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Enables adding and revoking public credentials."
edition = "2021"
name = "public-credentials"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.2"
version = "1.8.0"

[dev-dependencies]
ctype = {features = ["mock"], path = "../ctype"}
Expand Down
2 changes: 1 addition & 1 deletion rpc/did/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "did-rpc-runtime-api"
version = "1.7.4"
version = "1.8.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions rpc/public-credentials/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "public-credentials-rpc"
version = "1.7.2"
version = "1.8.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,7 +18,7 @@ sp-blockchain = {git = "https://github.com/paritytech/substrate", default-featur
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}

# Internal runtime dependencies
public-credentials-runtime-api = {version = "1.7.2", path = "./runtime-api"}
public-credentials-runtime-api = {version = "1.8.0", path = "./runtime-api"}

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion rpc/public-credentials/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Runtime APIs for dealing with public credentials."
edition = "2021"
name = "public-credentials-runtime-api"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.2"
version = "1.8.0"

[dependencies]
# External dependencies
Expand Down
4 changes: 2 additions & 2 deletions runtimes/clone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["KILT <info@kilt.io>"]
edition = "2021"
name = "clone-runtime"
version = "1.7.4"
version = "1.8.0"

[build-dependencies]
substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
Expand Down Expand Up @@ -183,4 +183,4 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
"runtime-common/try-runtime",
]
]
2 changes: 1 addition & 1 deletion runtimes/clone/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("KILT"),
impl_name: create_runtime_str!("KILT"),
authoring_version: 0,
spec_version: 10740,
spec_version: 10800,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["KILT <info@kilt.io>"]
edition = "2021"
name = "runtime-common"
version = "1.7.4"
version = "1.8.0"

[dev-dependencies]
sp-io = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
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 = "2021"
name = "peregrine-runtime"
version = "1.7.4"
version = "1.8.0"

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