From b6e0d2841bf26f64e26485126d9d1475a857c36b Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 2 Jun 2023 11:28:26 +0100 Subject: [PATCH 1/2] Bump version of `pallet-contracts-primitives` for release --- bin/node/runtime/Cargo.toml | 2 +- frame/contracts/Cargo.toml | 2 +- frame/contracts/primitives/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/node/runtime/Cargo.toml b/bin/node/runtime/Cargo.toml index 1642f5086e21d..5b7983baec0e4 100644 --- a/bin/node/runtime/Cargo.toml +++ b/bin/node/runtime/Cargo.toml @@ -69,7 +69,7 @@ pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../ pallet-child-bounties = { version = "4.0.0-dev", default-features = false, path = "../../../frame/child-bounties" } pallet-collective = { version = "4.0.0-dev", default-features = false, path = "../../../frame/collective" } pallet-contracts = { version = "4.0.0-dev", default-features = false, path = "../../../frame/contracts" } -pallet-contracts-primitives = { version = "7.0.0", default-features = false, path = "../../../frame/contracts/primitives/" } +pallet-contracts-primitives = { version = "24.0.0", default-features = false, path = "../../../frame/contracts/primitives/" } pallet-conviction-voting = { version = "4.0.0-dev", default-features = false, path = "../../../frame/conviction-voting" } pallet-core-fellowship = { version = "4.0.0-dev", default-features = false, path = "../../../frame/core-fellowship" } pallet-democracy = { version = "4.0.0-dev", default-features = false, path = "../../../frame/democracy" } diff --git a/frame/contracts/Cargo.toml b/frame/contracts/Cargo.toml index 2efff888d92b1..cb47b24884288 100644 --- a/frame/contracts/Cargo.toml +++ b/frame/contracts/Cargo.toml @@ -39,7 +39,7 @@ environmental = { version = "1.1.4", default-features = false } frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-contracts-primitives = { version = "7.0.0", default-features = false, path = "primitives" } +pallet-contracts-primitives = { version = "24.0.0", default-features = false, path = "primitives" } pallet-contracts-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" } diff --git a/frame/contracts/primitives/Cargo.toml b/frame/contracts/primitives/Cargo.toml index affd3101f0a55..1401b5b321350 100644 --- a/frame/contracts/primitives/Cargo.toml +++ b/frame/contracts/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-contracts-primitives" -version = "7.0.0" +version = "24.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" From 72c6d363b8ede99ca11940a85219eae054c701c9 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 2 Jun 2023 11:41:29 +0100 Subject: [PATCH 2/2] Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e37cc1cb52c90..d3e0fad9d3d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6289,7 +6289,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" -version = "7.0.0" +version = "24.0.0" dependencies = [ "bitflags", "parity-scale-codec",