summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands/mod.rs')
-rw-r--r--tool/src/commands/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/mod.rs b/tool/src/commands/mod.rs
index 21aa4546..28d9b1db 100644
--- a/tool/src/commands/mod.rs
+++ b/tool/src/commands/mod.rs
@@ -8,7 +8,7 @@ use time;
use rpassword;
use tempfile::NamedTempFile;
-extern crate openpgp;
+extern crate sequoia_openpgp as openpgp;
use sequoia_core::Context;
use openpgp::armor;
use openpgp::constants::DataFormat;