From a067fc73486fee8c264d96e8f5c33e46dfb51ada Mon Sep 17 00:00:00 2001 From: PG Herveou Date: Wed, 15 Nov 2023 11:00:41 +0100 Subject: [PATCH] Fix lock & crate version (#217) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- parachain-runtime/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ea6d7b..e401962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,7 +1315,7 @@ checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" [[package]] name = "contracts-node" -version = "0.33.0" +version = "0.35.0" dependencies = [ "clap", "color-print", @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "contracts-node-runtime" -version = "0.33.0" +version = "0.35.0" dependencies = [ "frame-benchmarking", "frame-executive", @@ -1421,7 +1421,7 @@ dependencies = [ [[package]] name = "contracts-parachain-runtime" -version = "0.33.0" +version = "0.35.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/Cargo.toml b/Cargo.toml index 8224e08..07c3845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] authors = ["anonymous"] edition = "2021" -version = "0.34.0" +version = "0.35.0" license = "Unlicense" homepage = "https://github.com/paritytech/substrate-contracts-node" repository = "https://github.com/paritytech/substrate-contracts-node" diff --git a/parachain-runtime/Cargo.toml b/parachain-runtime/Cargo.toml index 0f774e1..5f8a55c 100644 --- a/parachain-runtime/Cargo.toml +++ b/parachain-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-parachain-runtime" -version = "0.33.0" +version.workspace = true authors.workspace = true edition.workspace = true description = "Parachain Runtime configured for smart contracts via `pallet-contracts`."