mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-08 16:07:50 +02:00
toolchain
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user