From 878c5a83cbeb536e8dd0b9db28ba51b28b090f2b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 28 Mar 2019 15:53:17 +0100 Subject: Fix intra-workspace dependencies. - Specify versions for intra-workspace dependencies in the crates that are not yet released. --- net/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/Cargo.toml') 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" -- cgit v1.2.3