mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
fix: Bump MSRV to 1.64 (#119)
Bumps the MSRV to 1.64 since that's the version that introduced the workspace inheritance we are using here.
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ thiserror = "1"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
rust-version = "1.59"
|
rust-version = "1.64"
|
||||||
|
|||||||
Reference in New Issue
Block a user