summaryrefslogtreecommitdiffstats
path: root/sop/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sop/Cargo.toml')
-rw-r--r--sop/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sop/Cargo.toml b/sop/Cargo.toml
index 5386ba15..fdb6ae87 100644
--- a/sop/Cargo.toml
+++ b/sop/Cargo.toml
@@ -19,7 +19,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.19" }
+sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false }
anyhow = "1"
chrono = "0.4"
structopt = { version = "0.3.8", default-features = false }