summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-28 15:53:17 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-28 15:53:17 +0100
commit878c5a83cbeb536e8dd0b9db28ba51b28b090f2b (patch)
treeeb94d6e58dbc95d70c90624fcdd638d7ab6ba550 /store
parent90bbd74d55adb70652ba35be71dc8bf3ccd6fc9a (diff)
Fix intra-workspace dependencies.
- Specify versions for intra-workspace dependencies in the crates that are not yet released.
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 0de9076f..403ba058 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -25,9 +25,9 @@ default = ["background-services"]
background-services = []
[dependencies]
-sequoia-openpgp = { path = "../openpgp" }
-sequoia-core = { path = "../core" }
-sequoia-net = { path = "../net" }
+sequoia-openpgp = { path = "../openpgp", version = "0.5" }
+sequoia-core = { path = "../core", version = "0.5" }
+sequoia-net = { path = "../net", version = "0.5" }
capnp = "0.9.2"
capnp-rpc = "0.9"
failure = "0.1.2"