summaryrefslogtreecommitdiffstats
path: root/ipc/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-12-03 13:58:24 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-12-03 13:58:24 +0100
commitbd153237fc6eb0a841f4d8b8d79f3383b7115b00 (patch)
tree07b7e8ad7b12d68da2b86729b68a219cff3cf6e0 /ipc/src
parent88442e46a8f5639c4493713baeb5b90f7cf6a84b (diff)
openpgp: Rename openpgp::conversions to openpgp::fmt.
Diffstat (limited to 'ipc/src')
-rw-r--r--ipc/src/gnupg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/src/gnupg.rs b/ipc/src/gnupg.rs
index 1a274278..d2f28f4d 100644
--- a/ipc/src/gnupg.rs
+++ b/ipc/src/gnupg.rs
@@ -13,7 +13,7 @@ extern crate libc;
extern crate tempfile;
use crate::openpgp::types::HashAlgorithm;
-use crate::openpgp::conversions::hex;
+use crate::openpgp::fmt::hex;
use crate::openpgp::crypto;
use crate::openpgp::crypto::sexp::Sexp;
use crate::openpgp::packet::prelude::*;