summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 7de2b140..0f7f521c 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -25,7 +25,7 @@ default = ["background-services"]
background-services = []
[dependencies]
-openpgp = { path = "../openpgp" }
+sequoia-openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
capnp = "0.9.2"