Selaa lähdekoodia

chore: remove nix workaround following zbus release (#8773)

Lucas Fernandes Nogueira 1 vuosi sitten
vanhempi
sitoutus
f2e4c9de3a
2 muutettua tiedostoa jossa 1 lisäystä ja 7 poistoa
  1. 0 3
      core/tauri-runtime-wry/Cargo.toml
  2. 1 4
      core/tauri/Cargo.toml

+ 0 - 3
core/tauri-runtime-wry/Cargo.toml

@@ -34,9 +34,6 @@ gtk = { version = "0.18", features = [ "v3_24" ] }
 webkit2gtk = { version = "=2.0", features = [ "v2_38" ] }
 percent-encoding = "2.1"
 
-[target."cfg(unix)".dependencies]
-nix = { version = "0.26.0", default-features = false, features = [ "user", "socket", "uio" ] }
-
 [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
 cocoa = "0.25"
 

+ 1 - 4
core/tauri/Cargo.toml

@@ -37,7 +37,7 @@ targets = [
 ]
 
 [package.metadata.cargo-udeps.ignore]
-normal = [ "reqwest", "nix" ]
+normal = [ "reqwest" ]
 build = [ "tauri-build" ]
 development = [ "quickcheck_macros" ]
 
@@ -88,9 +88,6 @@ cocoa = "0.25"
 objc = "0.2"
 window-vibrancy = "0.4"
 
-[target."cfg(unix)".dependencies]
-nix = { version = "0.26.0", default-features = false, features = [ "user", "socket", "uio" ] }
-
 [target."cfg(windows)".dependencies]
 webview2-com = "0.28"
 window-vibrancy = "0.4"