chore: set MSRV to 1.95

This commit is contained in:
Lucas Nogueira
2026-09-21 18:48:38 -03:00
parent 735ace7a5b
commit 2fd27c2d43
35 changed files with 68 additions and 34 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Ensure a single instance of your tauri app is running.
## Install
_This plugin requires a Rust version of at least **1.77.2**_
_This plugin requires a Rust version of at least **1.95**_
There are three general methods of installation that we can recommend.
@@ -5,7 +5,7 @@ description = "A Tauri App"
authors = ["You"]
repository = ""
edition = "2021"
rust-version = "1.77.2"
rust-version = "1.95"
[dependencies]
serde = { workspace = true }