Skip to content

Commit c0a4549

Browse files
authored
chore: bump cargo.toml to match package.json (#5)
1 parent d53ebeb commit c0a4549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "tauri-plugin-keystore"
3-
version = "2.1.0-alpha.6"
4-
authors = ["daniel-mader"]
5-
description = "Interact with the device-native key storage (Android Keystore, iOS Keychain)."
3+
version = "2.2.0"
4+
authors = ["0x330a"]
5+
description = "Interact with the device-native key storage (Android Keystore, iOS Keychain) & perform ecdh operations for generating symmetric keys"
66
edition = "2021"
77
rust-version = "1.77.2"
88
exclude = ["/dist-js", "/guest-js", "/node_modules"]
99
links = "tauri-plugin-keystore"
10-
repository = "https://github.com/impierce/tauri-plugin-keystore"
10+
repository = "https://github.com/Metasig/tauri-plugin-keystore"
1111
license = "Apache-2.0"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)