summaryrefslogtreecommitdiffstats
path: root/ffi
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 /ffi
parent90bbd74d55adb70652ba35be71dc8bf3ccd6fc9a (diff)
Fix intra-workspace dependencies.
- Specify versions for intra-workspace dependencies in the crates that are not yet released.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index cff320f2..3d0e3c68 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -21,11 +21,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros" }
-sequoia-openpgp = { path = "../openpgp" }
-sequoia-core = { path = "../core" }
-sequoia-store = { path = "../store" }
-sequoia-net = { path = "../net" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.5" }
+sequoia-openpgp = { path = "../openpgp", version = "0.5" }
+sequoia-core = { path = "../core", version = "0.5" }
+sequoia-store = { path = "../store", version = "0.5" }
+sequoia-net = { path = "../net", version = "0.5" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"