From bfe6634e6037322e27cf0d0acde16218d2f6174c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 22 Aug 2019 13:30:49 +0200 Subject: Trim dependencies of crates 'rand' and 'quickcheck'. --- ipc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/Cargo.toml') diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 4490fe6b..6ac349ae 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.1" lalrpop-util = "0.17" libc = "0.2.33" memsec = "0.5.6" -rand = "0.6" +rand = { version = "0.6", default-features = false } tempfile = "3.0" tokio = "0.1" tokio-core = "0.1" -- cgit v1.2.3