diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-01 13:46:14 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-02 09:57:27 +0200 |
| commit | 983689840d25fac92d8002baf966e695ee7e55e6 (patch) | |
| tree | e77c4eae64d40732d66caf0708c524ac2b639f98 | |
| parent | 129f64f3aae5eb2d3ee110e8cef01ab2c4548111 (diff) | |
| download | mullvadvpn-983689840d25fac92d8002baf966e695ee7e55e6.tar.xz mullvadvpn-983689840d25fac92d8002baf966e695ee7e55e6.zip | |
Move bitflags dependency to windows platform where it belongs
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
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" |
