We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be474c commit f37cebdCopy full SHA for f37cebd
src-tauri/Cargo.toml
@@ -4,13 +4,13 @@ version = "0.4.0"
4
description = "Qopy"
5
authors = ["pandadev"]
6
edition = "2021"
7
-rust-version = "1.70"
+rust-version = "1.80"
8
9
[build-dependencies]
10
-tauri-build = { version = "2.0.6", features = [] }
+tauri-build = { version = "2.2.0", features = [] }
11
12
[dependencies]
13
-tauri = { version = "2.3.1", features = [
+tauri = { version = "2.5.1", features = [
14
"macos-private-api",
15
"tray-icon",
16
"image-png",
0 commit comments