summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock90
-rw-r--r--Cargo.toml28
-rw-r--r--Makefile3
-rw-r--r--buffered-reader/Cargo.toml2
-rw-r--r--core/Cargo.toml4
-rw-r--r--doc/release-checklist.md1
-rw-r--r--ffi-macros/Cargo.toml4
-rw-r--r--ffi/Cargo.toml14
-rw-r--r--guide/Cargo.toml6
-rw-r--r--net/Cargo.toml8
-rw-r--r--openpgp-ffi/Cargo.toml8
-rw-r--r--openpgp/Cargo.toml8
-rw-r--r--rfc2822/Cargo.toml2
-rw-r--r--sqv/Cargo.toml6
-rw-r--r--store/Cargo.toml10
-rw-r--r--tool/Cargo.toml12
16 files changed, 104 insertions, 102 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d6c3ffd4..1de789eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1524,25 +1524,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
- "buffered-reader 0.5.0",
- "sequoia-core 0.5.0",
- "sequoia-ffi 0.5.0",
- "sequoia-ffi-macros 0.5.0",
- "sequoia-guide 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
- "sequoia-openpgp-ffi 0.5.0",
- "sequoia-rfc2822 0.1.0",
- "sequoia-sqv 0.5.0",
- "sequoia-store 0.5.0",
- "sequoia-tool 0.5.0",
+ "buffered-reader 0.6.0",
+ "sequoia-core 0.6.0",
+ "sequoia-ffi 0.6.0",
+ "sequoia-ffi-macros 0.6.0",
+ "sequoia-guide 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
+ "sequoia-openpgp-ffi 0.6.0",
+ "sequoia-rfc2822 0.6.0",
+ "sequoia-sqv 0.6.0",
+ "sequoia-store 0.6.0",
+ "sequoia-tool 0.6.0",
]
[[package]]
name = "sequoia-core"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1551,7 +1551,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1560,17 +1560,17 @@ dependencies = [
"memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-ffi-macros 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
- "sequoia-store 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-ffi-macros 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
+ "sequoia-store 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1581,15 +1581,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.5.0",
+ "sequoia-openpgp 0.6.0",
]
[[package]]
name = "sequoia-net"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1603,8 +1603,8 @@ dependencies = [
"native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-openpgp 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-openpgp 0.6.0",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1612,10 +1612,10 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "buffered-reader 0.5.0",
+ "buffered-reader 0.6.0",
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1626,13 +1626,13 @@ dependencies = [
"quickcheck 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-rfc2822 0.1.0",
+ "sequoia-rfc2822 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1640,14 +1640,14 @@ dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.5.0",
- "sequoia-openpgp 0.5.0",
+ "sequoia-ffi-macros 0.6.0",
+ "sequoia-openpgp 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-rfc2822"
-version = "0.1.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1656,18 +1656,18 @@ dependencies = [
[[package]]
name = "sequoia-sqv"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.5.0",
+ "sequoia-openpgp 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-store"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1676,9 +1676,9 @@ dependencies = [
"futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1686,17 +1686,17 @@ dependencies = [
[[package]]
name = "sequoia-tool"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
- "sequoia-store 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
+ "sequoia-store 0.6.0",
"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"termsize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e4267002..3d769a3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia"
description = "A cool new OpenPGP implementation"
-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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -22,18 +22,18 @@ maintenance = { status = "actively-developed" }
[workspace]
[dependencies]
-buffered-reader = { path = "buffered-reader", version = "0.5" }
-sequoia-rfc2822 = { path = "rfc2822", version = "0.1" }
-sequoia-openpgp = { path = "openpgp", version = "0.5" }
-sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.5" }
-sequoia-core = { path = "core", version = "0.5" }
-sequoia-ffi = { path = "ffi", version = "0.5" }
-sequoia-ffi-macros = { path = "ffi-macros", version = "0.5" }
-sequoia-net = { path = "net", version = "0.5" }
-sequoia-store = { path = "store", version = "0.5" }
-sequoia-tool = { path = "tool", version = "0.5" }
-sequoia-sqv = { path = "sqv", version = "0.5" }
-sequoia-guide = { path = "guide", version = "0.5" }
+buffered-reader = { path = "buffered-reader", version = "0.6" }
+sequoia-rfc2822 = { path = "rfc2822", version = "0.6" }
+sequoia-openpgp = { path = "openpgp", version = "0.6" }
+sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.6" }
+sequoia-core = { path = "core", version = "0.6" }
+sequoia-ffi = { path = "ffi", version = "0.6" }
+sequoia-ffi-macros = { path = "ffi-macros", version = "0.6" }
+sequoia-net = { path = "net", version = "0.6" }
+sequoia-store = { path = "store", version = "0.6" }
+sequoia-tool = { path = "tool", version = "0.6" }
+sequoia-sqv = { path = "sqv", version = "0.6" }
+sequoia-guide = { path = "guide", version = "0.6" }
[lib]
name = "sequoia"
diff --git a/Makefile b/Makefile
index 150e8dcb..414a2f99 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,8 @@ sanity-check-versions:
find . -name Cargo.toml | while read TOML ; do \
echo -n "$$TOML " ;\
grep '^version *=' $$TOML | grep -q $$V || bad version ;\
- grep '^documentation *=' $$TOML | grep -q $$V || bad documentation ;\
+ grep '^documentation *=' $$TOML \
+ | egrep -q "($${V})|(https://docs.rs/)" || bad documentation ;\
grep '{ *path *= *"' $$TOML | while read L ; do \
echo $$L | grep -q $$VV || bad intra-workspace dependency ;\
done ;\
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index 4e48bb74..92060b6e 100644
--- a/buffered-reader/Cargo.toml
+++ b/buffered-reader/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "buffered-reader"
description = "A super-powered Reader"
-version = "0.5.0"
+version = "0.6.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 0d4520b4..0221ac83 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-core"
description = "Policies 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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_core"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_core"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 677f8f2e..bf95e837 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -13,6 +13,7 @@ This is a checklist for doing Sequoia releases.
9. For the following crates, cd into the directory, and do 'cargo
publish':
- buffered-reader
+ - rfc2822
- openpgp
- sqv
10. In case of errors, correct them, and go back to 6.
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 02e1349a..0b51e98b 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ffi-macros"
description = "Macros for writing the C API 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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 3d0e3c68..8dc96bf9 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ffi"
description = "C API 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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,11 +21,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.5" }
-sequoia-openpgp = { path = "../openpgp", version = "0.5" }
-sequoia-core = { path = "../core", version = "0.5" }
-sequoia-store = { path = "../store", version = "0.5" }
-sequoia-net = { path = "../net", version = "0.5" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.6" }
+sequoia-openpgp = { path = "../openpgp", version = "0.6" }
+sequoia-core = { path = "../core", version = "0.6" }
+sequoia-store = { path = "../store", version = "0.6" }
+sequoia-net = { path = "../net", version = "0.6" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 52a3cdda..35a77102 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,16 +1,16 @@
[package]
name = "sequoia-guide"
-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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/guide/"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/guide/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.5" }
+sequoia-openpgp = { path = "../openpgp", version = "0.6" }
failure = "0.1.2"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 08f81eb2..1974c308 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_net"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_net"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -20,8 +20,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.5" }
-sequoia-core = { path = "../core", version = "0.5" }
+sequoia-openpgp = { path = "../openpgp", version = "0.6" }
+sequoia-core = { path = "../core", version = "0.6" }
capnp-rpc = "0.9"
failure = "0.1.2"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index cf7a7d61..863b8a04 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-openpgp-ffi"
description = "C API for Sequoia's low-level OpenPGP crate"
-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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sequoia_openpgp_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_openpgp_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,8 +21,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.5" }
-sequoia-openpgp = { path = "../openpgp", version = "0.5" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.6" }
+sequoia-openpgp = { path = "../openpgp", version = "0.6" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 560af969..88a4ded2 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
-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_openpgp"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sequoia_openpgp"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-buffered-reader = { path = "../buffered-reader", version = "0.5", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.6", default-features = false }
base64 = "0.9.0"
bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"
@@ -32,7 +32,7 @@ nettle = "5.0"
quickcheck = "0.8"
rand = "0.6"
time = "0.1.40"
-sequoia-rfc2822 = { path = "../rfc2822", version = "*" }
+sequoia-rfc2822 = { path = "../rfc2822", version = "0.6" }
[build-dependencies]
lalrpop = "0.16"
diff --git a/rfc2822/Cargo.toml b/rfc2822/Cargo.toml
index ea67d07c..0b149513 100644
--- a/rfc2822/Cargo.toml
+++ b/rfc2822/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-rfc2822"
description = "An RFC 2822 name-addr parser"
-version = "0.1.0"
+version = "0.6.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index de71c357..163219f1 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-sqv"
description = "A simple signature verification program"
-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>",
]
-documentation = "https://docs.sequoia-pgp.org/0.5.0/sqv"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sqv"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -20,7 +20,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.5", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.6", default-features = false }
clap = "2.32.0"
failure = "0.1.2"
time = "0.1.38"
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"
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 517df1ca..e0bbe832 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-tool"
description = "Command-line frontends 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/sq"
+documentation = "https://docs.sequoia-pgp.org/0.6.0/sq"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,10 +21,10 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.5" }
-sequoia-core = { path = "../core", version = "0.5" }
-sequoia-net = { path = "../net", version = "0.5" }
-sequoia-store = { path = "../store", version = "0.5" }
+sequoia-openpgp = { path = "../openpgp", version = "0.6" }
+sequoia-core = { path = "../core", version = "0.6" }
+sequoia-net = { path = "../net", version = "0.6" }
+sequoia-store = { path = "../store", version = "0.6" }
clap = "2.32.0"
failure = "0.1.2"
prettytable-rs = "0.8.0"