bump msrv

This commit is contained in:
Lucas Nogueira
2024-02-21 13:34:10 -03:00
parent e414579b31
commit 14f381acf8
35 changed files with 66 additions and 34 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
## \[2.0.0-alpha.3]
- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.70.
- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update MSRV to 1.75.
## \[2.0.0-alpha.2]
+1 -1
View File
@@ -4,7 +4,7 @@ Ensure a single instance of your tauri app is running.
## Install
_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_
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.70"
rust-version = "1.75"
[dependencies]
serde_json = { workspace = true }