chore: update msrv to 1.60

pull/72/head
amrbashir 3 years ago
parent 9f02283a6f
commit 0c7f1f4cb5
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -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]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save