summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index b4e4e035..d55be075 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "../buffered-reader", version = "0.18" }
-sequoia-openpgp = { path = "../openpgp", version = "0.19" }
+sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false }
sequoia-autocrypt = { path = "../autocrypt", version = "0.19" }
sequoia-core = { path = "../core", version = "0.19" }
sequoia-ipc = { path = "../ipc", version = "0.19" }