summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-04-12 15:57:40 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-04-12 16:07:00 +0200
commit36f757acfe2dcef3352527c2850379771b16bee4 (patch)
treedfd6c2224dda69d7ac0f1df0afb05b30c2a17777 /store
parent3dabda18bf761126626db8a7cd61a13b3e4d481b (diff)
Release 0.6.0.v0.6.0
- Also bump rfc2822 to 0.6.0. After all, we create tags for the versions.
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 403ba058..3a99bbc9 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.5.0"
+version = "0.6.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_store"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_store"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -25,9 +25,9 @@ default = ["background-services"]
background-services = []
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.5" }
-sequoia-core = { path = "../core", version = "0.5" }
-sequoia-net = { path = "../net", version = "0.5" }
+sequoia-openpgp = { path = "../openpgp", version = "0.6" }
+sequoia-core = { path = "../core", version = "0.6" }
+sequoia-net = { path = "../net", version = "0.6" }
capnp = "0.9.2"
capnp-rpc = "0.9"
failure = "0.1.2"