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)
This commit is contained in:
2026-01-24 22:58:57 +03:00
parent 3a4b413965
commit 09795f7f2d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
[package]
name = "pezkuwi-sdk"
version.workspace = true
description = "Pezkuwi SDK umbrella crate."
license = "Apache-2.0"