From 00379cb1cb9d0b38cdb7b50e5471b45b1ebecd23 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Sat, 24 Nov 2018 12:24:31 +0100 Subject: Rename the openpgp crate to sequoia-openpgp. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f0bb4f49..148e1f3d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ //! //! ``` //! use std::io::Read; -//! #[macro_use] extern crate openpgp; +//! #[macro_use] extern crate sequoia_openpgp as openpgp; //! # use std::io::Result; //! # fn main() { f().unwrap(); } //! # fn f() -> Result<()> { @@ -28,7 +28,7 @@ //! ``` // XXX: It would be nice to re-export the macros too. -pub extern crate openpgp; +pub extern crate sequoia_openpgp as openpgp; pub extern crate sequoia_core as core; pub extern crate sequoia_net as net; pub extern crate sequoia_store as store; -- cgit v1.2.3