From 7d5fc0cd4d82c6402f271140bc2905aed1bab1cd Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Fri, 20 Dec 2024 10:30:48 +0100 Subject: [PATCH] release: Set version to 1.0.14 (#572) --- Cargo.lock | 72 +++++++++---------- clients/runner/Cargo.toml | 2 +- clients/runtime/Cargo.toml | 2 +- clients/runtime/client/Cargo.toml | 2 +- clients/service/Cargo.toml | 2 +- clients/stellar-relay-lib/Cargo.toml | 2 +- clients/vault/Cargo.toml | 2 +- clients/wallet/Cargo.toml | 2 +- pallets/clients-info/Cargo.toml | 2 +- pallets/currency/Cargo.toml | 2 +- pallets/fee/Cargo.toml | 2 +- pallets/issue/Cargo.toml | 2 +- pallets/issue/rpc/Cargo.toml | 2 +- pallets/issue/rpc/runtime-api/Cargo.toml | 2 +- pallets/nomination/Cargo.toml | 2 +- pallets/oracle/Cargo.toml | 2 +- pallets/oracle/rpc/Cargo.toml | 2 +- pallets/oracle/rpc/runtime-api/Cargo.toml | 2 +- pallets/pooled-rewards/Cargo.toml | 2 +- pallets/redeem/Cargo.toml | 2 +- pallets/redeem/rpc/Cargo.toml | 2 +- pallets/redeem/rpc/runtime-api/Cargo.toml | 2 +- pallets/replace/Cargo.toml | 2 +- pallets/replace/rpc/Cargo.toml | 2 +- pallets/replace/rpc/runtime-api/Cargo.toml | 2 +- pallets/reward-distribution/Cargo.toml | 2 +- pallets/reward/Cargo.toml | 2 +- pallets/security/Cargo.toml | 2 +- pallets/staking/Cargo.toml | 2 +- pallets/stellar-relay/Cargo.toml | 2 +- pallets/vault-registry/Cargo.toml | 2 +- pallets/vault-registry/rpc/Cargo.toml | 2 +- .../vault-registry/rpc/runtime-api/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- testchain/node/Cargo.toml | 2 +- testchain/runtime/mainnet/Cargo.toml | 2 +- testchain/runtime/testnet/Cargo.toml | 2 +- 37 files changed, 72 insertions(+), 72 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26fd6bb35..54009bbf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "clients-info" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-benchmarking", "frame-support", @@ -1924,7 +1924,7 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] name = "currency" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "frame-system", @@ -2771,7 +2771,7 @@ dependencies = [ [[package]] name = "fee" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "frame-benchmarking", @@ -4364,7 +4364,7 @@ checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" [[package]] name = "issue" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "fee", @@ -5793,7 +5793,7 @@ dependencies = [ [[package]] name = "module-issue-rpc" -version = "1.0.13" +version = "1.0.14" dependencies = [ "jsonrpsee 0.16.3", "module-issue-rpc-runtime-api", @@ -5805,7 +5805,7 @@ dependencies = [ [[package]] name = "module-issue-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "parity-scale-codec", @@ -5815,7 +5815,7 @@ dependencies = [ [[package]] name = "module-oracle-rpc" -version = "1.0.13" +version = "1.0.14" dependencies = [ "jsonrpsee 0.16.3", "module-oracle-rpc-runtime-api", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "module-oracle-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "parity-scale-codec", @@ -5841,7 +5841,7 @@ dependencies = [ [[package]] name = "module-redeem-rpc" -version = "1.0.13" +version = "1.0.14" dependencies = [ "jsonrpsee 0.16.3", "module-redeem-rpc-runtime-api", @@ -5853,7 +5853,7 @@ dependencies = [ [[package]] name = "module-redeem-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "parity-scale-codec", @@ -5863,7 +5863,7 @@ dependencies = [ [[package]] name = "module-replace-rpc" -version = "1.0.13" +version = "1.0.14" dependencies = [ "jsonrpsee 0.16.3", "module-replace-rpc-runtime-api", @@ -5875,7 +5875,7 @@ dependencies = [ [[package]] name = "module-replace-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "parity-scale-codec", @@ -5885,7 +5885,7 @@ dependencies = [ [[package]] name = "module-vault-registry-rpc" -version = "1.0.13" +version = "1.0.14" dependencies = [ "jsonrpsee 0.16.3", "module-oracle-rpc-runtime-api", @@ -5898,7 +5898,7 @@ dependencies = [ [[package]] name = "module-vault-registry-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "module-oracle-rpc-runtime-api", @@ -6174,7 +6174,7 @@ dependencies = [ [[package]] name = "nomination" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "fee", @@ -6443,7 +6443,7 @@ dependencies = [ [[package]] name = "oracle" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "dia-oracle", @@ -7103,7 +7103,7 @@ dependencies = [ [[package]] name = "pooled-rewards" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "frame-benchmarking", @@ -7713,7 +7713,7 @@ dependencies = [ [[package]] name = "redeem" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "fee", @@ -7869,7 +7869,7 @@ dependencies = [ [[package]] name = "replace" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "fee", @@ -7956,7 +7956,7 @@ dependencies = [ [[package]] name = "reward" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "frame-benchmarking", @@ -7976,7 +7976,7 @@ dependencies = [ [[package]] name = "reward-distribution" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "frame-benchmarking", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "runner" -version = "1.0.13" +version = "1.0.14" dependencies = [ "async-trait", "bytes", @@ -8131,7 +8131,7 @@ dependencies = [ [[package]] name = "runtime" -version = "1.0.13" +version = "1.0.14" dependencies = [ "async-trait", "backoff", @@ -9673,7 +9673,7 @@ dependencies = [ [[package]] name = "security" -version = "1.0.13" +version = "1.0.14" dependencies = [ "frame-support", "frame-system", @@ -9857,7 +9857,7 @@ dependencies = [ [[package]] name = "service" -version = "1.0.13" +version = "1.0.14" dependencies = [ "async-trait", "clap 3.2.25", @@ -11219,7 +11219,7 @@ dependencies = [ [[package]] name = "spacewalk-primitives" -version = "1.0.13" +version = "1.0.14" dependencies = [ "base58", "frame-support", @@ -11236,7 +11236,7 @@ dependencies = [ [[package]] name = "spacewalk-runtime-standalone-mainnet" -version = "1.0.13" +version = "1.0.14" dependencies = [ "cfg-if 1.0.0", "clients-info", @@ -11300,7 +11300,7 @@ dependencies = [ [[package]] name = "spacewalk-runtime-standalone-testnet" -version = "1.0.13" +version = "1.0.14" dependencies = [ "cfg-if 1.0.0", "clients-info", @@ -11364,7 +11364,7 @@ dependencies = [ [[package]] name = "spacewalk-standalone" -version = "1.0.13" +version = "1.0.14" dependencies = [ "clap 4.5.4", "frame-benchmarking", @@ -11494,7 +11494,7 @@ dependencies = [ [[package]] name = "staking" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "frame-benchmarking", @@ -11550,7 +11550,7 @@ dependencies = [ [[package]] name = "stellar-relay" -version = "1.0.13" +version = "1.0.14" dependencies = [ "base64 0.13.1", "frame-benchmarking", @@ -11571,7 +11571,7 @@ dependencies = [ [[package]] name = "stellar-relay-lib" -version = "1.0.13" +version = "1.0.14" dependencies = [ "async-std", "base64 0.13.1", @@ -11775,7 +11775,7 @@ dependencies = [ [[package]] name = "subxt-client" -version = "1.0.13" +version = "1.0.14" dependencies = [ "futures 0.1.31", "futures 0.3.30", @@ -12833,7 +12833,7 @@ checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "vault" -version = "1.0.13" +version = "1.0.14" dependencies = [ "async-trait", "base64 0.13.1", @@ -12881,7 +12881,7 @@ dependencies = [ [[package]] name = "vault-registry" -version = "1.0.13" +version = "1.0.14" dependencies = [ "currency", "fee", @@ -12983,7 +12983,7 @@ dependencies = [ [[package]] name = "wallet" -version = "1.0.13" +version = "1.0.14" dependencies = [ "async-trait", "cached", diff --git a/clients/runner/Cargo.toml b/clients/runner/Cargo.toml index f073b53d0..4a57bbb3c 100644 --- a/clients/runner/Cargo.toml +++ b/clients/runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runner" -version = "1.0.13" +version = "1.0.14" edition = "2021" diff --git a/clients/runtime/Cargo.toml b/clients/runtime/Cargo.toml index f4de96699..48d552ede 100644 --- a/clients/runtime/Cargo.toml +++ b/clients/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "runtime" -version = "1.0.13" +version = "1.0.14" [features] default = [] diff --git a/clients/runtime/client/Cargo.toml b/clients/runtime/client/Cargo.toml index 35bb979ae..011103bc3 100644 --- a/clients/runtime/client/Cargo.toml +++ b/clients/runtime/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subxt-client" -version = "1.0.13" +version = "1.0.14" authors = [] edition = "2018" diff --git a/clients/service/Cargo.toml b/clients/service/Cargo.toml index 28efef51b..b3d7500f8 100644 --- a/clients/service/Cargo.toml +++ b/clients/service/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "service" -version = "1.0.13" +version = "1.0.14" [dependencies] async-trait = "0.1.40" diff --git a/clients/stellar-relay-lib/Cargo.toml b/clients/stellar-relay-lib/Cargo.toml index 63dfb0333..4eea076cc 100644 --- a/clients/stellar-relay-lib/Cargo.toml +++ b/clients/stellar-relay-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-relay-lib" -version = "1.0.13" +version = "1.0.14" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/clients/vault/Cargo.toml b/clients/vault/Cargo.toml index ea6a1b4d9..5df09cff6 100644 --- a/clients/vault/Cargo.toml +++ b/clients/vault/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "The Vault client intermediates between Stellar and the Spacewalk Parachain." edition = "2018" name = "vault" -version = "1.0.13" +version = "1.0.14" [features] std = [ diff --git a/clients/wallet/Cargo.toml b/clients/wallet/Cargo.toml index 5957228ef..a9b673d66 100644 --- a/clients/wallet/Cargo.toml +++ b/clients/wallet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain "] edition = "2021" name = "wallet" -version = "1.0.13" +version = "1.0.14" [features] default = [] diff --git a/pallets/clients-info/Cargo.toml b/pallets/clients-info/Cargo.toml index 66a932f09..a9553427a 100644 --- a/pallets/clients-info/Cargo.toml +++ b/pallets/clients-info/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clients-info" authors = ["Pendulum Chain "] -version = "1.0.13" +version = "1.0.14" edition = "2021" [dependencies] diff --git a/pallets/currency/Cargo.toml b/pallets/currency/Cargo.toml index 3cb65c61b..b23900fd5 100644 --- a/pallets/currency/Cargo.toml +++ b/pallets/currency/Cargo.toml @@ -4,7 +4,7 @@ description = "Currency module" edition = "2021" homepage = "https://pendulumchain.org" name = "currency" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/fee/Cargo.toml b/pallets/fee/Cargo.toml index bde14a1d1..31831cd51 100644 --- a/pallets/fee/Cargo.toml +++ b/pallets/fee/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Fee module" edition = "2021" name = "fee" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/issue/Cargo.toml b/pallets/issue/Cargo.toml index 3b787e761..56ad3ad87 100644 --- a/pallets/issue/Cargo.toml +++ b/pallets/issue/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Issue module" edition = "2021" name = "issue" -version = "1.0.13" +version = "1.0.14" [dependencies] hex = { version = "0.4.3", default-features = false, features = ['alloc'] } diff --git a/pallets/issue/rpc/Cargo.toml b/pallets/issue/rpc/Cargo.toml index c429a7204..0baa46418 100644 --- a/pallets/issue/rpc/Cargo.toml +++ b/pallets/issue/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-issue-rpc" -version = "1.0.13" +version = "1.0.14" authors = ["Interlay "] edition = "2021" diff --git a/pallets/issue/rpc/runtime-api/Cargo.toml b/pallets/issue/rpc/runtime-api/Cargo.toml index 49f896185..441b0ed76 100644 --- a/pallets/issue/rpc/runtime-api/Cargo.toml +++ b/pallets/issue/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-issue-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" authors = ["Interlay "] edition = "2021" diff --git a/pallets/nomination/Cargo.toml b/pallets/nomination/Cargo.toml index 3a42de907..e0ce59efc 100644 --- a/pallets/nomination/Cargo.toml +++ b/pallets/nomination/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nomination" -version = "1.0.13" +version = "1.0.14" authors = ["Pendulum"] edition = "2021" diff --git a/pallets/oracle/Cargo.toml b/pallets/oracle/Cargo.toml index e0793d7a5..a9f414e34 100644 --- a/pallets/oracle/Cargo.toml +++ b/pallets/oracle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oracle" -version = "1.0.13" +version = "1.0.14" authors = ["Pendulum"] edition = "2021" diff --git a/pallets/oracle/rpc/Cargo.toml b/pallets/oracle/rpc/Cargo.toml index f244bdd69..c5b076e9c 100644 --- a/pallets/oracle/rpc/Cargo.toml +++ b/pallets/oracle/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-oracle-rpc" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/oracle/rpc/runtime-api/Cargo.toml b/pallets/oracle/rpc/runtime-api/Cargo.toml index aea7cc5a2..482af85c8 100644 --- a/pallets/oracle/rpc/runtime-api/Cargo.toml +++ b/pallets/oracle/rpc/runtime-api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-oracle-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/pooled-rewards/Cargo.toml b/pallets/pooled-rewards/Cargo.toml index 93d24019d..9bc1e2e00 100644 --- a/pallets/pooled-rewards/Cargo.toml +++ b/pallets/pooled-rewards/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Pooled Reward module" edition = "2021" name = "pooled-rewards" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/redeem/Cargo.toml b/pallets/redeem/Cargo.toml index 6867a567a..96872b574 100644 --- a/pallets/redeem/Cargo.toml +++ b/pallets/redeem/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Redeem module" edition = "2021" name = "redeem" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/redeem/rpc/Cargo.toml b/pallets/redeem/rpc/Cargo.toml index dc89b80dc..3da0b88db 100644 --- a/pallets/redeem/rpc/Cargo.toml +++ b/pallets/redeem/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-redeem-rpc" -version = "1.0.13" +version = "1.0.14" authors = ["Interlay "] edition = "2021" diff --git a/pallets/redeem/rpc/runtime-api/Cargo.toml b/pallets/redeem/rpc/runtime-api/Cargo.toml index 8e9378fd9..1aeb27037 100644 --- a/pallets/redeem/rpc/runtime-api/Cargo.toml +++ b/pallets/redeem/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-redeem-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" authors = ["Interlay "] edition = "2021" diff --git a/pallets/replace/Cargo.toml b/pallets/replace/Cargo.toml index ebfa23c54..b29d78a1f 100644 --- a/pallets/replace/Cargo.toml +++ b/pallets/replace/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Replace module" edition = "2021" name = "replace" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/replace/rpc/Cargo.toml b/pallets/replace/rpc/Cargo.toml index 0a20efce0..e5ab515ca 100644 --- a/pallets/replace/rpc/Cargo.toml +++ b/pallets/replace/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-replace-rpc" -version = "1.0.13" +version = "1.0.14" authors = ["Interlay "] edition = "2021" diff --git a/pallets/replace/rpc/runtime-api/Cargo.toml b/pallets/replace/rpc/runtime-api/Cargo.toml index 76fb7efa3..b5ede1f2c 100644 --- a/pallets/replace/rpc/runtime-api/Cargo.toml +++ b/pallets/replace/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-replace-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" authors = ["Interlay "] edition = "2021" diff --git a/pallets/reward-distribution/Cargo.toml b/pallets/reward-distribution/Cargo.toml index dcc1682d0..f0d2c9b95 100644 --- a/pallets/reward-distribution/Cargo.toml +++ b/pallets/reward-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "reward-distribution" authors = ["Pendulum Chain "] -version = "1.0.13" +version = "1.0.14" edition = "2021" [dependencies] diff --git a/pallets/reward/Cargo.toml b/pallets/reward/Cargo.toml index f9c5dd42f..847fcfc57 100644 --- a/pallets/reward/Cargo.toml +++ b/pallets/reward/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Reward module" edition = "2021" name = "reward" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/security/Cargo.toml b/pallets/security/Cargo.toml index fa53b5c22..767d14c7d 100644 --- a/pallets/security/Cargo.toml +++ b/pallets/security/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain"] edition = "2021" name = "security" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index ef4474037..63a8bd445 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Staking module" edition = "2021" name = "staking" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/pallets/stellar-relay/Cargo.toml b/pallets/stellar-relay/Cargo.toml index 3774675d2..f223b4f0e 100644 --- a/pallets/stellar-relay/Cargo.toml +++ b/pallets/stellar-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-relay" -version = "1.0.13" +version = "1.0.14" description = "Spacewalk pallet for handling relayer functions" authors = ["Pendulum Chain "] homepage = "https://pendulumchain.org/" diff --git a/pallets/vault-registry/Cargo.toml b/pallets/vault-registry/Cargo.toml index cd2fdc5c6..6fed58d1a 100644 --- a/pallets/vault-registry/Cargo.toml +++ b/pallets/vault-registry/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = "vault-registry" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/vault-registry/rpc/Cargo.toml b/pallets/vault-registry/rpc/Cargo.toml index 9cdcaa239..2b5cea277 100644 --- a/pallets/vault-registry/rpc/Cargo.toml +++ b/pallets/vault-registry/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-vault-registry-rpc" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0"} diff --git a/pallets/vault-registry/rpc/runtime-api/Cargo.toml b/pallets/vault-registry/rpc/runtime-api/Cargo.toml index 60d6381f6..0fabec07f 100644 --- a/pallets/vault-registry/rpc/runtime-api/Cargo.toml +++ b/pallets/vault-registry/rpc/runtime-api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-vault-registry-rpc-runtime-api" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index dc9655773..426bc3b45 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "spacewalk-primitives" -version = "1.0.13" +version = "1.0.14" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } diff --git a/testchain/node/Cargo.toml b/testchain/node/Cargo.toml index 0745f28a3..38ebb13c5 100644 --- a/testchain/node/Cargo.toml +++ b/testchain/node/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum"] build = "build.rs" edition = "2018" name = "spacewalk-standalone" -version = "1.0.13" +version = "1.0.14" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/testchain/runtime/mainnet/Cargo.toml b/testchain/runtime/mainnet/Cargo.toml index 8a29724a0..8ec459690 100644 --- a/testchain/runtime/mainnet/Cargo.toml +++ b/testchain/runtime/mainnet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = 'spacewalk-runtime-standalone-mainnet' -version = "1.0.13" +version = "1.0.14" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/testchain/runtime/testnet/Cargo.toml b/testchain/runtime/testnet/Cargo.toml index d55ee2027..c06d083ae 100644 --- a/testchain/runtime/testnet/Cargo.toml +++ b/testchain/runtime/testnet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = 'spacewalk-runtime-standalone-testnet' -version = "1.0.13" +version = "1.0.14" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu']