From 87df2dea6d0ef6f37e2aba5693f45ef27ef5e473 Mon Sep 17 00:00:00 2001 From: postrequest <31720827+postrequest@users.noreply.github.com> Date: Sun, 6 Jun 2021 15:47:01 +1000 Subject: [PATCH] dynamically resolve GetAdapterAddresses --- src/links/windows/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/links/windows/Cargo.toml b/src/links/windows/Cargo.toml index 5fa616c..12edd97 100644 --- a/src/links/windows/Cargo.toml +++ b/src/links/windows/Cargo.toml @@ -29,5 +29,5 @@ webpki = "0.21.4" base64 = "0.13.0" goblin = "0.3" obfstr = "0.3" -ifcfg = "0.1" +ifcfg = { git = "https://github.com/postrequest/ifcfg-rs", branch = "cross-compilation-windows-dynamic" } sysinfo = "0.17"