From e1241bd098777858df3ba41d8b69d86c8743b7b4 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 6 Sep 2019 18:11:11 +0200 Subject: Release 0.10.0. --- store/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'store') diff --git a/store/Cargo.toml b/store/Cargo.toml index d61da94a..538c27ec 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-store" description = "Public-Key store for Sequoia" -version = "0.9.0" +version = "0.10.0" authors = [ "Juga ", "Justus Winter ", @@ -9,7 +9,7 @@ authors = [ "Neal H. Walfield ", ] build = "build.rs" -documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_store" +documentation = "https://docs.sequoia-pgp.org/0.10.0/sequoia_store" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "../README.md" @@ -27,10 +27,10 @@ default = ["background-services"] background-services = [] [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.9" } -sequoia-core = { path = "../core", version = "0.9" } -sequoia-ipc = { path = "../ipc", version = "0.9" } -sequoia-net = { path = "../net", version = "0.9" } +sequoia-openpgp = { path = "../openpgp", version = "0.10" } +sequoia-core = { path = "../core", version = "0.10" } +sequoia-ipc = { path = "../ipc", version = "0.10" } +sequoia-net = { path = "../net", version = "0.10" } capnp = "0.10" capnp-rpc = "0.10" failure = "0.1.2" -- cgit v1.2.3