From 560faea8ee7ea5e0535f642a32ff36a2bb5279a1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 21 Mar 2018 12:11:55 +0100 Subject: openpgp: Move the TPK type definition to openpgp proper. - We define all types in the root of the openpgp crate, and their implementations in separate modules. This makes using these types much simpler, yet keeps the root from getting too crowded. - Also fix all users accordingly. --- net/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/src/lib.rs') diff --git a/net/src/lib.rs b/net/src/lib.rs index 94baaa05..d01aa93d 100644 --- a/net/src/lib.rs +++ b/net/src/lib.rs @@ -56,7 +56,7 @@ use tokio_core::reactor::Core; use url::Url; use openpgp::KeyID; -use openpgp::tpk::TPK; +use openpgp::TPK; use sequoia_core::Context; pub mod async; -- cgit v1.2.3