summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonathan <jonathan@mullvad.net>2023-02-15 14:22:37 +0100
committerDavid Lönnhager <david.l@mullvad.net>2023-02-28 10:07:52 +0100
commitd1eb83161d45f7f98b7f4f705a9550d02e85a030 (patch)
tree5c004e967ab7beb1077a4e8aecd049ad0d78db6d
parentace5f82b50c6165f0c7f0023a0f4d5aab030d0bd (diff)
downloadmullvadvpn-d1eb83161d45f7f98b7f4f705a9550d02e85a030.tar.xz
mullvadvpn-d1eb83161d45f7f98b7f4f705a9550d02e85a030.zip
Add missing feature flag for talpid-core
-rw-r--r--talpid-core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index d8b8a6ab82..24203d4a11 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -103,6 +103,7 @@ features = [
"Win32_NetworkManagement_Ndis",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
+ "Win32_System_SystemInformation",
]
[build-dependencies]