From 05f298df6f99e1c1cf485594b7eda264e4e2f403 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 14 Jun 2019 14:09:18 +0200 Subject: Release 0.8.0. --- store/Cargo.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'store/Cargo.toml') diff --git a/store/Cargo.toml b/store/Cargo.toml index 96e6d1b1..b832c71b 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,14 +1,15 @@ [package] name = "sequoia-store" description = "Public-Key store for Sequoia" -version = "0.7.0" +version = "0.8.0" authors = [ + "Juga ", "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] build = "build.rs" -documentation = "https://docs.sequoia-pgp.org/0.7.0/sequoia_store" +documentation = "https://docs.sequoia-pgp.org/0.8.0/sequoia_store" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "../README.md" @@ -25,10 +26,10 @@ default = ["background-services"] background-services = [] [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.7" } -sequoia-core = { path = "../core", version = "0.7" } -sequoia-ipc = { path = "../ipc", version = "0.7" } -sequoia-net = { path = "../net", version = "0.7" } +sequoia-openpgp = { path = "../openpgp", version = "0.8" } +sequoia-core = { path = "../core", version = "0.8" } +sequoia-ipc = { path = "../ipc", version = "0.8" } +sequoia-net = { path = "../net", version = "0.8" } capnp = "0.9.2" capnp-rpc = "0.9" failure = "0.1.2" -- cgit v1.2.3