summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-09-06 18:11:11 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-09-06 18:11:11 +0200
commite1241bd098777858df3ba41d8b69d86c8743b7b4 (patch)
tree0f804448f28c39cefa3745976097230204f9423e /store
parente23916c984f9a036057b7db44dbb089b12a48644 (diff)
Release 0.10.0.v0.10.0
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
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 <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
@@ -9,7 +9,7 @@ authors = [
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
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"