From 886dcd4c77a391685d7d2e0a7fb322b3bb104eb9 Mon Sep 17 00:00:00 2001 From: Paul Salisbury Date: Wed, 12 Nov 2025 11:08:35 +1300 Subject: [PATCH] chore: bump cargo.toml to match package.json --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6aa288f..8bf8725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "tauri-plugin-keystore" -version = "2.1.0-alpha.6" -authors = ["daniel-mader"] -description = "Interact with the device-native key storage (Android Keystore, iOS Keychain)." +version = "2.2.0" +authors = ["0x330a"] +description = "Interact with the device-native key storage (Android Keystore, iOS Keychain) & perform ecdh operations for generating symmetric keys" edition = "2021" rust-version = "1.77.2" exclude = ["/dist-js", "/guest-js", "/node_modules"] links = "tauri-plugin-keystore" -repository = "https://github.com/impierce/tauri-plugin-keystore" +repository = "https://github.com/Metasig/tauri-plugin-keystore" license = "Apache-2.0" [dependencies]