summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-01 13:46:14 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-02 09:57:27 +0200
commit983689840d25fac92d8002baf966e695ee7e55e6 (patch)
treee77c4eae64d40732d66caf0708c524ac2b639f98
parent129f64f3aae5eb2d3ee110e8cef01ab2c4548111 (diff)
downloadmullvadvpn-983689840d25fac92d8002baf966e695ee7e55e6.tar.xz
mullvadvpn-983689840d25fac92d8002baf966e695ee7e55e6.zip
Move bitflags dependency to windows platform where it belongs
-rw-r--r--talpid-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 6cd6aae1f4..55573a2e7e 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -9,7 +9,6 @@ edition.workspace = true
publish.workspace = true
[dependencies]
-bitflags = "1.2"
duct = "0.13"
err-derive = "0.3.1"
futures = "0.3.15"
@@ -55,6 +54,7 @@ async-trait = "0.1"
[target.'cfg(windows)'.dependencies]
+bitflags = "1.2"
widestring = "1.0"
winreg = { version = "0.7", features = ["transactions"] }
memoffset = "0.6"