From bd0dff454e04b0fca50b97c4baa1bc31a03c45cf Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 4 Mar 2020 11:19:04 +0100 Subject: Release 0.15.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 f00a6dc2..45e73498 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sequoia-store" description = "Public-Key store for Sequoia" -version = "0.14.0" +version = "0.15.0" authors = [ "Justus Winter ", "Kai Michaelis ", "Neal H. Walfield ", ] build = "build.rs" -documentation = "https://docs.sequoia-pgp.org/0.14.0/sequoia_store" +documentation = "https://docs.sequoia-pgp.org/0.15.0/sequoia_store" homepage = "https://sequoia-pgp.org/" repository = "https://gitlab.com/sequoia-pgp/sequoia" readme = "../README.md" @@ -26,10 +26,10 @@ default = ["background-services"] background-services = [] [dependencies] -sequoia-openpgp = { path = "../openpgp", version = "0.14" } -sequoia-core = { path = "../core", version = "0.14" } -sequoia-ipc = { path = "../ipc", version = "0.14" } -sequoia-net = { path = "../net", version = "0.14" } +sequoia-openpgp = { path = "../openpgp", version = "0.15" } +sequoia-core = { path = "../core", version = "0.15" } +sequoia-ipc = { path = "../ipc", version = "0.15" } +sequoia-net = { path = "../net", version = "0.15" } capnp = "0.10" capnp-rpc = "0.10" failure = "0.1.2" -- cgit v1.2.3