mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
chore: update msrv to 1.60
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@
|
||||
name = "tauri-plugin-single-instance"
|
||||
description = "Ensure a single instance of your tauri app is running."
|
||||
version = "0.0.0"
|
||||
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
||||
authors = ["Tauri Programme within The Commons Conservancy"]
|
||||
edition = "2021"
|
||||
rust-version = "1.57"
|
||||
rust-version = "1.60"
|
||||
exclude = ["/examples"]
|
||||
|
||||
[dependencies]
|
||||
@@ -19,7 +19,7 @@ features = [
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
"Win32_Security",
|
||||
"Win32_System_LibraryLoader",
|
||||
"Win32_Graphics_Gdi"
|
||||
"Win32_Graphics_Gdi",
|
||||
]
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
||||
Generated
+284
-292
File diff suppressed because it is too large
Load Diff
Generated
+380
-432
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user