summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-08-08 13:23:42 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-08 15:02:32 +0200
commitdfe29f3f554a9beb3dbe071284b16b762f6468dc (patch)
tree8f6d7060ecf34ab3444211bcb9435bd941d75926
parent1ac353b00318bc8ec8787c08120144255adb77de (diff)
downloadmullvadvpn-dfe29f3f554a9beb3dbe071284b16b762f6468dc.tar.xz
mullvadvpn-dfe29f3f554a9beb3dbe071284b16b762f6468dc.zip
Enable verify_message feature of objc
-rw-r--r--mullvad-daemon/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 8270f1c474..ecc91e3306 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 = { version = "0.2.7", features = ["exception"] }
+objc = { version = "0.2.7", features = ["exception", "verify_message"] }
[target.'cfg(windows)'.dependencies]
ctrlc = "3.0"