summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-08 17:24:33 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-08 17:24:33 +0200
commitfc28c420315a38f3b466cfd65ba51c04c0eadc6b (patch)
tree1e3f4a2d237f3c851d2cc1eeee1b6702a7a66153
parent9770f5be8b22dd5dc2abe2bcb5dd2203e02e4c18 (diff)
Release 0.9.0.v0.9.0
-rw-r--r--Cargo.lock102
-rw-r--r--Cargo.toml30
-rw-r--r--buffered-reader/Cargo.toml2
-rw-r--r--core/Cargo.toml4
-rw-r--r--ffi-macros/Cargo.toml4
-rw-r--r--ffi/Cargo.toml14
-rw-r--r--guide/Cargo.toml6
-rw-r--r--ipc/Cargo.toml8
-rw-r--r--net/Cargo.toml10
-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.toml12
-rw-r--r--tool/Cargo.toml12
15 files changed, 114 insertions, 114 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe3a1fa5..ddbccd6a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -188,7 +188,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1581,26 +1581,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
- "buffered-reader 0.8.0",
- "sequoia-core 0.8.0",
- "sequoia-ffi 0.8.0",
- "sequoia-ffi-macros 0.8.0",
- "sequoia-guide 0.8.0",
- "sequoia-ipc 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-openpgp-ffi 0.8.0",
- "sequoia-rfc2822 0.8.0",
- "sequoia-sqv 0.8.0",
- "sequoia-store 0.8.0",
- "sequoia-tool 0.8.0",
+ "buffered-reader 0.9.0",
+ "sequoia-core 0.9.0",
+ "sequoia-ffi 0.9.0",
+ "sequoia-ffi-macros 0.9.0",
+ "sequoia-guide 0.9.0",
+ "sequoia-ipc 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-openpgp-ffi 0.9.0",
+ "sequoia-rfc2822 0.9.0",
+ "sequoia-sqv 0.9.0",
+ "sequoia-store 0.9.0",
+ "sequoia-tool 0.9.0",
]
[[package]]
name = "sequoia-core"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1609,7 +1609,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1618,17 +1618,17 @@ dependencies = [
"memsec 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"nettle 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.8.0",
- "sequoia-ffi-macros 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-store 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-ffi-macros 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-store 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1639,15 +1639,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.8.0",
+ "sequoia-openpgp 0.9.0",
]
[[package]]
name = "sequoia-ipc"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1659,8 +1659,8 @@ dependencies = [
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.6 (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.8.0",
- "sequoia-openpgp 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-openpgp 0.9.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1669,7 +1669,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1681,9 +1681,9 @@ dependencies = [
"nettle 5.0.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.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-rfc2822 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-rfc2822 0.9.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)",
@@ -1692,10 +1692,10 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "buffered-reader 0.8.0",
+ "buffered-reader 0.9.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.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1708,13 +1708,13 @@ dependencies = [
"quickcheck 0.8.5 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-rfc2822 0.8.0",
+ "sequoia-rfc2822 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1722,14 +1722,14 @@ dependencies = [
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"nettle 5.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.8.0",
- "sequoia-openpgp 0.8.0",
+ "sequoia-ffi-macros 0.9.0",
+ "sequoia-openpgp 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-rfc2822"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1741,18 +1741,18 @@ dependencies = [
[[package]]
name = "sequoia-sqv"
-version = "0.8.0"
+version = "0.9.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.8.0",
+ "sequoia-openpgp 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-store"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"capnp 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1761,10 +1761,10 @@ dependencies = [
"futures 0.1.28 (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.8.0",
- "sequoia-ipc 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-ipc 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.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)",
@@ -1772,7 +1772,7 @@ dependencies = [
[[package]]
name = "sequoia-tool"
-version = "0.8.0"
+version = "0.9.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)",
@@ -1780,10 +1780,10 @@ dependencies = [
"itertools 0.8.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-store 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-store 0.9.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"termsize 0.1.6 (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 e9b76095..61b0192c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia"
description = "A cool new OpenPGP implementation"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -23,19 +23,19 @@ maintenance = { status = "actively-developed" }
[workspace]
[dependencies]
-buffered-reader = { path = "buffered-reader", version = "0.8" }
-sequoia-rfc2822 = { path = "rfc2822", version = "0.8" }
-sequoia-openpgp = { path = "openpgp", version = "0.8" }
-sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.8" }
-sequoia-core = { path = "core", version = "0.8" }
-sequoia-ffi = { path = "ffi", version = "0.8" }
-sequoia-ffi-macros = { path = "ffi-macros", version = "0.8" }
-sequoia-ipc = { path = "ipc", version = "0.8" }
-sequoia-net = { path = "net", version = "0.8" }
-sequoia-store = { path = "store", version = "0.8" }
-sequoia-tool = { path = "tool", version = "0.8" }
-sequoia-sqv = { path = "sqv", version = "0.8" }
-sequoia-guide = { path = "guide", version = "0.8" }
+buffered-reader = { path = "buffered-reader", version = "0.9" }
+sequoia-rfc2822 = { path = "rfc2822", version = "0.9" }
+sequoia-openpgp = { path = "openpgp", version = "0.9" }
+sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.9" }
+sequoia-core = { path = "core", version = "0.9" }
+sequoia-ffi = { path = "ffi", version = "0.9" }
+sequoia-ffi-macros = { path = "ffi-macros", version = "0.9" }
+sequoia-ipc = { path = "ipc", version = "0.9" }
+sequoia-net = { path = "net", version = "0.9" }
+sequoia-store = { path = "store", version = "0.9" }
+sequoia-tool = { path = "tool", version = "0.9" }
+sequoia-sqv = { path = "sqv", version = "0.9" }
+sequoia-guide = { path = "guide", version = "0.9" }
[lib]
name = "sequoia"
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index 972a96dc..ff67d3b5 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.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index a0c1df86..264c713d 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-core"
description = "Policies for Sequoia"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sequoia_core"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_core"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 0e14d029..c52fdd23 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-ffi-macros"
description = "Macros for writing the C API for Sequoia"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.9.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 35ea2783..3c3e653f 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-ffi"
description = "C API for Sequoia"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,11 +22,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.8" }
-sequoia-openpgp = { path = "../openpgp", version = "0.8" }
-sequoia-core = { path = "../core", version = "0.8" }
-sequoia-store = { path = "../store", version = "0.8" }
-sequoia-net = { path = "../net", version = "0.8" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.9" }
+sequoia-openpgp = { path = "../openpgp", version = "0.9" }
+sequoia-core = { path = "../core", version = "0.9" }
+sequoia-store = { path = "../store", version = "0.9" }
+sequoia-net = { path = "../net", version = "0.9" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 3299843f..0ff144a7 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,17 +1,17 @@
[package]
name = "sequoia-guide"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/guide/"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/guide/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.8" }
+sequoia-openpgp = { path = "../openpgp", version = "0.9" }
failure = "0.1.2"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index f6ba2ae0..40d06617 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-ipc"
description = "Interprocess communication infrastructure for Sequoia"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_ipc"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
@@ -20,8 +20,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.8" }
-sequoia-core = { path = "../core", version = "0.8" }
+sequoia-openpgp = { path = "../openpgp", version = "0.9" }
+sequoia-core = { path = "../core", version = "0.9" }
capnp-rpc = "0.10"
failure = "0.1.2"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index d8b902f0..a3018798 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sequoia_net"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_net"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,9 +21,9 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.8", default-features = false }
-sequoia-core = { path = "../core", version = "0.8" }
-sequoia-rfc2822 = { path = "../rfc2822", version = "0.8" }
+sequoia-openpgp = { path = "../openpgp", version = "0.9", default-features = false }
+sequoia-core = { path = "../core", version = "0.9" }
+sequoia-rfc2822 = { path = "../rfc2822", version = "0.9" }
failure = "0.1.2"
futures = "0.1"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 26e653cf..a60b350c 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-openpgp-ffi"
description = "C API for Sequoia's low-level OpenPGP crate"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sequoia_openpgp_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_openpgp_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,8 +22,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.8" }
-sequoia-openpgp = { path = "../openpgp", version = "0.8" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.9" }
+sequoia-openpgp = { path = "../openpgp", version = "0.9" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index dbfd1e41..55f69030 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
-version = "0.8.0"
+version = "0.9.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.8.0/sequoia_openpgp"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sequoia_openpgp"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,7 +22,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-buffered-reader = { path = "../buffered-reader", version = "0.8", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.9", default-features = false }
base64 = "0.9.0"
bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"
@@ -35,7 +35,7 @@ nettle = "5.0"
quickcheck = "0.8"
rand = "0.6"
time = "0.1.40"
-sequoia-rfc2822 = { path = "../rfc2822", version = "0.8" }
+sequoia-rfc2822 = { path = "../rfc2822", version = "0.9" }
[build-dependencies]
lalrpop = "0.17"
diff --git a/rfc2822/Cargo.toml b/rfc2822/Cargo.toml
index 94d61a43..76a529ca 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.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 4d294c64..9bab71d7 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-sqv"
description = "A simple signature verification program"
-version = "0.8.0"
+version = "0.9.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"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.8.0/sqv"
+documentation = "https://docs.sequoia-pgp.org/0.9.0/sqv"
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]
-sequoia-openpgp = { path = "../openpgp", version = "0.8", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.9", 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 af4cff9d..f5a30c63 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.8.0"
+version = "0.9.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.8.0/sequoia_store"
+documentation = "https://docs.sequoia-pgp.org/0.9.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.8" }
-sequoia-core = { path = "../core", version = "0.8" }
-sequoia-ipc = { path = "../ipc", version = "0.8" }
-sequoia-net = { path = "../net", version = "0.8" }
+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" }
capnp = "0.10"
capnp-rpc = "0.10"
failure = "0.1.2"
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 23191235..62c2fcfe 100644
--- a/tool/Cargo.toml
+++ b/