fix: macos crash on get interfaces

This commit is contained in:
Kingtous
2022-12-30 22:57:22 -08:00
parent e9ab0f02d4
commit 68e0f336cb
2 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ base64 = "0.13"
sysinfo = "0.24"
num_cpus = "1.13"
bytes = { version = "1.2", features = ["serde"] }
default-net = "0.11.0"
default-net = { git = "https://github.com/Kingtous/default-net" }
wol-rs = "0.9.1"
flutter_rust_bridge = { git = "https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge", optional = true }
errno = "0.2.8"