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 18b5299 commit 08a762aCopy full SHA for 08a762a
crates/tauri-bundler/Cargo.toml
@@ -66,7 +66,7 @@ md5 = "0.7"
66
rpm = { version = "0.16", features = ["bzip2-compression"] }
67
68
[target."cfg(unix)".dependencies]
69
-which = "7"
+which = "8"
70
71
[lib]
72
name = "tauri_bundler"
crates/tauri-driver/Cargo.toml
@@ -28,7 +28,7 @@ pico-args = "0.5"
28
serde = { version = "1", features = ["derive"] }
29
serde_json = "1"
30
tokio = { version = "1", features = ["macros"] }
31
32
33
34
signal-hook = "0.3"
0 commit comments