summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index ab6c0cb0..08f81eb2 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -20,8 +20,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp" }
-sequoia-core = { path = "../core" }
+sequoia-openpgp = { path = "../openpgp", version = "0.5" }
+sequoia-core = { path = "../core", version = "0.5" }
capnp-rpc = "0.9"
failure = "0.1.2"