From 6c38ae0440dbfcb4ce0178316cf7753e4a8f0e25 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Thu, 16 Nov 2023 14:10:15 +0100 Subject: [PATCH] set version --- node/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 70b2258..b7b7ace 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -25,8 +25,8 @@ jsonrpsee = { workspace = true } futures = { workspace = true } # Local -contracts-parachain-runtime = { path = "../parachain-runtime" } -contracts-node-runtime = { path = "../runtime" } +contracts-parachain-runtime = { path = "../parachain-runtime", version = "0.35.0" } +contracts-node-runtime = { path = "../runtime", version = "0.35.0" } # Substrate frame-benchmarking = { workspace = true }