chore: update msrv to 1.60

This commit is contained in:
amrbashir
2022-09-27 22:06:38 +02:00
parent 9f02283a6f
commit 0c7f1f4cb5
4 changed files with 667 additions and 727 deletions
View File
+3 -3
View File
@@ -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]
+284 -292
View File
File diff suppressed because it is too large Load Diff
+380 -432
View File
File diff suppressed because it is too large Load Diff