From 9d04816d381111cc770d92d92ba510bbe7a0b794 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 30 Aug 2021 12:43:37 +0200 Subject: [PATCH] Remove unused dependency. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cad6ba..25e53fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ libc = "0.2" lru = "0.6.6" memmem = "0.1" memoffset = "0.6" -num_cpus = "1" # When bumping the version of Sequoia search the code for XXX to find # spots where we can take advantage of new features. sequoia-openpgp = "1.3" -- GitLab