From ba89cc32e445b5df97ff59a76c7eabdcf629913f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:14:01 +0000 Subject: [PATCH] Upgrading crates to 1.6.0-a --- chain-extensions/common/Cargo.toml | 2 +- chain-extensions/price/Cargo.toml | 2 +- chain-extensions/token/Cargo.toml | 2 +- node/Cargo.toml | 2 +- pallets/orml-currencies-allowance-extension/Cargo.toml | 2 +- pallets/orml-tokens-management-extension/Cargo.toml | 2 +- pallets/parachain-staking/Cargo.toml | 2 +- pallets/parachain-staking/rpc/Cargo.toml | 2 +- pallets/parachain-staking/rpc/runtime-api/Cargo.toml | 2 +- pallets/treasury-buyout-extension/Cargo.toml | 2 +- pallets/vesting-manager/Cargo.toml | 2 +- runtime/amplitude/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/foucoco/Cargo.toml | 2 +- runtime/integration-tests/Cargo.toml | 2 +- runtime/pendulum/Cargo.toml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chain-extensions/common/Cargo.toml b/chain-extensions/common/Cargo.toml index 073049a63..74b200243 100644 --- a/chain-extensions/common/Cargo.toml +++ b/chain-extensions/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chain-extension-common" -version = "1.6.0" +version = "1.6.0-a" authors = ["Pendulum"] description = "Chain Extension common definitions" edition = "2021" diff --git a/chain-extensions/price/Cargo.toml b/chain-extensions/price/Cargo.toml index 60fa735e7..be45e3359 100644 --- a/chain-extensions/price/Cargo.toml +++ b/chain-extensions/price/Cargo.toml @@ -3,7 +3,7 @@ name = "price-chain-extension" description = "Chain extensions for price info" authors = ["Pendulum"] edition = "2021" -version = "1.6.0" +version = "1.6.0-a" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/chain-extensions/token/Cargo.toml b/chain-extensions/token/Cargo.toml index 38d3db1a4..d87e6e3ef 100644 --- a/chain-extensions/token/Cargo.toml +++ b/chain-extensions/token/Cargo.toml @@ -3,7 +3,7 @@ name = "token-chain-extension" description = "Chain extensions for tokens pallet" authors = ["Pendulum"] edition = "2021" -version = "1.6.0" +version = "1.6.0-a" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/node/Cargo.toml b/node/Cargo.toml index 5f99ee04b..4bbd2a1d1 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pendulum-node" -version = "1.6.0" +version = "1.6.0-a" authors = ["Pendulum"] description = "The Pendulum/Amplitude collator node" homepage = "https://pendulumchain.org" diff --git a/pallets/orml-currencies-allowance-extension/Cargo.toml b/pallets/orml-currencies-allowance-extension/Cargo.toml index e090c1d8e..83a205db6 100644 --- a/pallets/orml-currencies-allowance-extension/Cargo.toml +++ b/pallets/orml-currencies-allowance-extension/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain"] edition = "2021" name = "orml-currencies-allowance-extension" -version = "1.6.0" +version = "1.6.0-a" [dependencies] codec = { workspace = true, features = ["derive", "max-encoded-len"] } diff --git a/pallets/orml-tokens-management-extension/Cargo.toml b/pallets/orml-tokens-management-extension/Cargo.toml index 05dcf5787..b81dd0393 100644 --- a/pallets/orml-tokens-management-extension/Cargo.toml +++ b/pallets/orml-tokens-management-extension/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain"] edition = "2021" name = "orml-tokens-management-extension" -version = "1.6.0" +version = "1.6.0-a" [dependencies] codec = { workspace = true, features = ["derive", "max-encoded-len"] } diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 795a037ef..210bff30d 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -3,7 +3,7 @@ authors = ["KILT "] description = "Parachain parachain-staking pallet for collator delegation and selection as well as reward distribution" edition = "2021" name = "parachain-staking" -version = "1.6.0" +version = "1.6.0-a" [dev-dependencies] pallet-aura = { workspace = true, default-features = true } diff --git a/pallets/parachain-staking/rpc/Cargo.toml b/pallets/parachain-staking/rpc/Cargo.toml index 02153704f..2c4821b73 100644 --- a/pallets/parachain-staking/rpc/Cargo.toml +++ b/pallets/parachain-staking/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = "module-pallet-staking-rpc" -version = "1.6.0" +version = "1.6.0-a" [dependencies] codec = { workspace = true, default-features = true } diff --git a/pallets/parachain-staking/rpc/runtime-api/Cargo.toml b/pallets/parachain-staking/rpc/runtime-api/Cargo.toml index 88640ace1..96c2f231e 100644 --- a/pallets/parachain-staking/rpc/runtime-api/Cargo.toml +++ b/pallets/parachain-staking/rpc/runtime-api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = "module-pallet-staking-rpc-runtime-api" -version = "1.6.0" +version = "1.6.0-a" [dependencies] frame-support = { workspace = true } diff --git a/pallets/treasury-buyout-extension/Cargo.toml b/pallets/treasury-buyout-extension/Cargo.toml index f984bb683..16988be25 100644 --- a/pallets/treasury-buyout-extension/Cargo.toml +++ b/pallets/treasury-buyout-extension/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain"] edition = "2021" name = "treasury-buyout-extension" -version = "1.6.0" +version = "1.6.0-a" [dependencies] codec = { workspace = true, features = ["derive", "max-encoded-len"] } diff --git a/pallets/vesting-manager/Cargo.toml b/pallets/vesting-manager/Cargo.toml index 1a1a0187f..6f8c1c9aa 100644 --- a/pallets/vesting-manager/Cargo.toml +++ b/pallets/vesting-manager/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum"] description = "A pallet to manage vesting schedules" edition = "2021" name = "vesting-manager" -version = "1.6.0" +version = "1.6.0-a" [dependencies] log = { workspace = true } diff --git a/runtime/amplitude/Cargo.toml b/runtime/amplitude/Cargo.toml index 9c796c6ba..bfffb47c2 100644 --- a/runtime/amplitude/Cargo.toml +++ b/runtime/amplitude/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" homepage = "https://pendulumchain.org" name = "amplitude-runtime" repository = "https://github.com/pendulum-chain/pendulum" -version = "1.6.0" +version = "1.6.0-a" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 28473e427..c68da33a7 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-common" -version = "1.6.0" +version = "1.6.0-a" authors = ["Pendulum"] description = "Pendulum runtime common" homepage = "https://pendulumchain.org" diff --git a/runtime/foucoco/Cargo.toml b/runtime/foucoco/Cargo.toml index 9492f73b3..e59322fc7 100644 --- a/runtime/foucoco/Cargo.toml +++ b/runtime/foucoco/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" homepage = "https://pendulumchain.org" name = "foucoco-runtime" repository = "https://github.com/pendulum-chain/pendulum" -version = "1.6.0" +version = "1.6.0-a" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index b5de83b74..5fd97ad68 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -3,7 +3,7 @@ name = "runtime-integration-tests" description = "Pendulum runtime integration tests" authors = ["Pendulum"] edition = "2021" -version = "1.6.0" +version = "1.6.0-a" [dev-dependencies] codec = { workspace = true, default-features = true } diff --git a/runtime/pendulum/Cargo.toml b/runtime/pendulum/Cargo.toml index 5c060419e..101b216ab 100644 --- a/runtime/pendulum/Cargo.toml +++ b/runtime/pendulum/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" homepage = "https://pendulumchain.org" name = "pendulum-runtime" repository = "https://github.com/pendulum-chain/pendulum" -version = "1.6.0" +version = "1.6.0-a" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]