diff --git a/Cargo.lock b/Cargo.lock index 6fb72fe5d7..3b638f8500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" [[package]] name = "attestation" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "ctype", "frame-benchmarking", @@ -965,7 +965,7 @@ dependencies = [ [[package]] name = "clone-runtime" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -1346,7 +1346,7 @@ dependencies = [ [[package]] name = "ctype" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "frame-benchmarking", "frame-support", @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "delegation" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "attestation", "bitflags", @@ -1977,7 +1977,7 @@ dependencies = [ [[package]] name = "did" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "ctype", "env_logger", @@ -3595,7 +3595,7 @@ checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" [[package]] name = "kilt-asset-dids" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "base58", "frame-support", @@ -3610,7 +3610,7 @@ dependencies = [ [[package]] name = "kilt-parachain" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "clap", "clone-runtime", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "kilt-runtime-api-did" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "did", "kilt-support", @@ -3687,7 +3687,7 @@ dependencies = [ [[package]] name = "kilt-runtime-api-public-credentials" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "kilt-support", "parity-scale-codec", @@ -3697,7 +3697,7 @@ dependencies = [ [[package]] name = "kilt-runtime-api-staking" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "parity-scale-codec", "scale-info", @@ -3707,7 +3707,7 @@ dependencies = [ [[package]] name = "kilt-support" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "frame-support", "frame-system", @@ -4432,7 +4432,7 @@ dependencies = [ [[package]] name = "mashnet-node" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "clap", "frame-benchmarking", @@ -4475,7 +4475,7 @@ dependencies = [ [[package]] name = "mashnet-node-runtime" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "attestation", "ctype", @@ -5363,7 +5363,7 @@ dependencies = [ [[package]] name = "pallet-did-lookup" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-inflation" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "frame-benchmarking", "frame-support", @@ -6072,7 +6072,7 @@ dependencies = [ [[package]] name = "pallet-web3-names" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "frame-benchmarking", "frame-support", @@ -6152,7 +6152,7 @@ dependencies = [ [[package]] name = "parachain-staking" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "frame-benchmarking", "frame-support", @@ -6361,7 +6361,7 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "peregrine-runtime" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "attestation", "ctype", @@ -7954,7 +7954,7 @@ dependencies = [ [[package]] name = "public-credentials" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "ctype", "frame-benchmarking", @@ -8421,7 +8421,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "attestation", "cumulus-primitives-core", @@ -10832,7 +10832,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spiritnet-runtime" -version = "1.9.0" +version = "1.9.0-dev" dependencies = [ "attestation", "ctype", diff --git a/Cargo.toml b/Cargo.toml index 8fc9dbbfb0..42f0d51066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ homepage = "https://kilt.io/" license-file = "LICENSE" readme = "README.md" repository = "https://github.com/KILTprotocol/kilt-node" -version = "1.9.0" +version = "1.9.0-dev" [workspace.dependencies] # Build deps @@ -69,7 +69,7 @@ mashnet-node-runtime = {path = "runtimes/standalone", default-features = false} peregrine-runtime = {path = "runtimes/peregrine", default-features = false} spiritnet-runtime = {path = "runtimes/spiritnet", default-features = false} -# Benchmarking (with default disabled) +# Benchmarking (with default disabled) cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32"} frame-system-benchmarking = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"} @@ -129,7 +129,7 @@ sp-std = {git = "https://github.com/paritytech/substrate", default-features = fa sp-transaction-pool = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"} sp-version = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"} try-runtime-cli = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32"} - + # Polkadot (with default disabled) pallet-xcm = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32"} polkadot-parachain = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32"}