summaryrefslogtreecommitdiffstats
path: root/examples/guide-getting-started.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guide-getting-started.rs')
-rw-r--r--examples/guide-getting-started.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guide-getting-started.rs b/examples/guide-getting-started.rs
index 9efff752..940f9032 100644
--- a/examples/guide-getting-started.rs
+++ b/examples/guide-getting-started.rs
@@ -1,7 +1,7 @@
//! https://sequoia-pgp.org/guide/getting-started/
#[macro_use] // For armored!
-extern crate openpgp;
+extern crate sequoia_openpgp as openpgp;
use std::io;
fn main() {