summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 6097ba45..f76c6a61 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -30,7 +30,7 @@ sequoia-net = { path = "../net", version = "0.19" }
anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"
-memsec = "0.6"
+memsec = { version = "0.6", default-features = false }
native-tls = "0.2.0"
tokio-core = "0.1"