From d6e7a4d92008f030ed8108ae62eb97e37c624e0d Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Tue, 6 Oct 2020 21:54:42 +0200 Subject: Don't use OS-specific extensions from memsec We only ever use {memset, memzero, memeq, memcmp} anyway - don't pull OS-specific functions like mlock. --- ipc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index ca029b20..53e6de20 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.1" lalrpop-util = "0.19" lazy_static = "1.3" libc = "0.2.33" -memsec = "0.6" +memsec = { version = "0.6", default-features = false } rand = { version = "0.7", default-features = false } tempfile = "3.0" thiserror = "1" -- cgit v1.2.3