toolchain

This commit is contained in:
FabianLars
2025-08-07 23:18:53 +02:00
parent 53bf0af9dd
commit fdcc15a5fe
30 changed files with 612 additions and 171 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
[package]
name = "tauri-plugin-secure-storage"
version = "2.0.0"
edition = { workspace = true }
edition = "2024"
rust-version = "1.85"
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
+1 -3
View File
@@ -14,9 +14,7 @@ Store data in the platforms' keychains.
## Install
<!-- TODO: This will change with keyring v4 -->
_This plugin requires a Rust version of at least **1.77.2**_
_This plugin requires a Rust version of at least **1.85**_
There are three general methods of installation that we can recommend.