summaryrefslogtreecommitdiffhomepage
path: root/mullvad-nsis
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-05-02 15:30:59 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-05-03 10:40:19 +0200
commitc8b8b60a5ae9d05f88df530423965fb9798099a6 (patch)
tree6ca1ee9e07e4e03005a13e877716cb8e2301e399 /mullvad-nsis
parent26b8b6f95d16adb277332b1067311c609e9ada29 (diff)
downloadmullvadvpn-c8b8b60a5ae9d05f88df530423965fb9798099a6.tar.xz
mullvadvpn-c8b8b60a5ae9d05f88df530423965fb9798099a6.zip
Remove clap feature for cbindgen
Diffstat (limited to 'mullvad-nsis')
-rw-r--r--mullvad-nsis/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-nsis/Cargo.toml b/mullvad-nsis/Cargo.toml
index 0c83da480b..f31378f5c5 100644
--- a/mullvad-nsis/Cargo.toml
+++ b/mullvad-nsis/Cargo.toml
@@ -14,4 +14,4 @@ crate_type = ["staticlib"]
mullvad-paths = { path = "../mullvad-paths" }
[target.i686-pc-windows-msvc.build-dependencies]
-cbindgen = "0.24.3"
+cbindgen = { version = "0.24.3", default-features = false }