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

This commit is contained in:
Lucas Fernandes Nogueira 2024-02-05 10:32:10 -03:00 committed by GitHub
parent ae0fe47c4c
commit f2e4c9de3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

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

View File

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