From 09795f7f2dcabf3499d644171ecffbb4e6ef2003 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 24 Jan 2026 22:58:57 +0300 Subject: [PATCH] fix: correct umbrella version references - Add version.workspace = true to umbrella/Cargo.toml - Fix pezkuwi-sdk version from 2.0.0 to 0.1.2 (matching crates.io) --- Cargo.toml | 2 +- umbrella/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e9a2c12..44103175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1221,7 +1221,7 @@ pezkuwi-rpc = { path = "pezkuwi/rpc", version = "7.0.0", default-features = fals pezkuwi-runtime-common = { path = "pezkuwi/runtime/common", version = "7.0.0", default-features = false } pezkuwi-runtime-metrics = { path = "pezkuwi/runtime/metrics", version = "7.0.0", default-features = false } pezkuwi-runtime-teyrchains = { path = "pezkuwi/runtime/teyrchains", version = "7.0.0", default-features = false } -pezkuwi-sdk = { path = "umbrella", version = "2.0.0", default-features = false } +pezkuwi-sdk = { path = "umbrella", version = "0.1.2", default-features = false } pezkuwi-sdk-docs = { path = "docs/sdk", version = "0.0.2" } pezkuwi-service = { path = "pezkuwi/node/service", version = "7.0.1", default-features = false } pezkuwi-statement-distribution = { path = "pezkuwi/node/network/statement-distribution", version = "7.0.0", default-features = false } diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 89803988..30e5a09f 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "pezkuwi-sdk" +version.workspace = true description = "Pezkuwi SDK umbrella crate." license = "Apache-2.0"