diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-08 10:46:47 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-08 11:53:20 +0200 |
| commit | 5cf6e2f53644d88dc369669f84c39ad74bb88588 (patch) | |
| tree | 0723b07c38a286aa89cfbd353d18869468ce3abb | |
| parent | 6cf4ea8f28b0cd1852c4445f407124ef8b663e85 (diff) | |
| download | mullvadvpn-5cf6e2f53644d88dc369669f84c39ad74bb88588.tar.xz mullvadvpn-5cf6e2f53644d88dc369669f84c39ad74bb88588.zip | |
Bump min objc version to 0.2.7
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 2b5a576ffd..a53f40ee0f 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -55,7 +55,7 @@ simple-signal = "1.1" talpid-dbus = { path = "../talpid-dbus" } [target.'cfg(target_os="macos")'.dependencies] -objc = "0.2.3" +objc = "0.2.7" [target.'cfg(windows)'.dependencies] ctrlc = "3.0" |
