From 27d63a262e7bd446a13ea4073b4a31dfeb26de37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Nov 2025 18:56:54 +0000 Subject: [PATCH] Bump crate version to 0.2.0 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 790bf946d..76b8f5081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5671,7 +5671,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen" -version = "0.1.8" +version = "0.2.0" dependencies = [ "uniffi", ] @@ -5868,7 +5868,7 @@ dependencies = [ [[package]] name = "walletkit" -version = "0.1.8" +version = "0.2.0" dependencies = [ "uniffi", "walletkit-core", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "walletkit-core" -version = "0.1.8" +version = "0.2.0" dependencies = [ "alloy", "alloy-core", diff --git a/Cargo.toml b/Cargo.toml index b05aea816..b9a3a00a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["uniffi-bindgen","walletkit-core", "walletkit"] resolver = "2" [workspace.package] -version = "0.1.8" +version = "0.2.0" 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.1.8", path = "walletkit-core", default-features = false } +walletkit-core = { version = "0.2.0", path = "walletkit-core", default-features = false } uniffi = { version = "0.29", features = ["build", "tokio"] } world-id-core = { version = "0.1", default-features = false, features = ["authenticator", "embed-zkeys"] }