From 57599b88792d1d8f31802c2a5755e2a4ba3bca77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Jan 2026 03:32:21 +0000 Subject: [PATCH] Bump crate version to 0.2.1 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4ae38bcf..5949e714f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5899,7 +5899,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.2.0" +version = "0.2.1" dependencies = [ "uniffi", ] @@ -6102,7 +6102,7 @@ dependencies = [ [[package]] name = "walletkit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "uniffi", "walletkit-core", @@ -6110,7 +6110,7 @@ dependencies = [ [[package]] name = "walletkit-core" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy", "alloy-core", diff --git a/Cargo.toml b/Cargo.toml index c050ff6a1..5e9900a7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["uniffi-bindgen","walletkit-core", "walletkit"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1" license = "MIT" edition = "2021" authors = ["World Contributors"] @@ -19,7 +19,7 @@ categories = ["api-bindings", "cryptography::cryptocurrencies"] [workspace.dependencies] alloy-core = { version = "1", default-features = false, features = ["sol-types"] } alloy-primitives = { version = "1", default-features = false } -walletkit-core = { version = "0.2.0", path = "walletkit-core", default-features = false } +walletkit-core = { version = "0.2.1", path = "walletkit-core", default-features = false } uniffi = { version = "0.29", features = ["build", "tokio"] } world-id-core = { version = "0.3", default-features = false, features = ["authenticator", "embed-zkeys"] }