summaryrefslogtreecommitdiffstats
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
parente23916c984f9a036057b7db44dbb089b12a48644 (diff)
Release 0.10.0.v0.10.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 5429e509..5d60e9bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,7 +181,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1572,26 +1572,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
- "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",
+ "buffered-reader 0.10.0",
+ "sequoia-core 0.10.0",
+ "sequoia-ffi 0.10.0",
+ "sequoia-ffi-macros 0.10.0",
+ "sequoia-guide 0.10.0",
+ "sequoia-ipc 0.10.0",
+ "sequoia-net 0.10.0",
+ "sequoia-openpgp 0.10.0",
+ "sequoia-openpgp-ffi 0.10.0",
+ "sequoia-rfc2822 0.10.0",
+ "sequoia-sqv 0.10.0",
+ "sequoia-store 0.10.0",
+ "sequoia-tool 0.10.0",
]
[[package]]
name = "sequoia-core"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1600,7 +1600,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1609,18 +1609,18 @@ 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.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "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",
+ "sequoia-core 0.10.0",
+ "sequoia-ffi-macros 0.10.0",
+ "sequoia-net 0.10.0",
+ "sequoia-openpgp 0.10.0",
+ "sequoia-store 0.10.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)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1631,15 +1631,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.9.0",
+ "sequoia-openpgp 0.10.0",
]
[[package]]
name = "sequoia-ipc"
-version = "0.9.0"
+version = "0.10.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)",
@@ -1651,8 +1651,8 @@ dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.9.0",
- "sequoia-openpgp 0.9.0",
+ "sequoia-core 0.10.0",
+ "sequoia-openpgp 0.10.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)",
@@ -1661,7 +1661,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1673,9 +1673,9 @@ dependencies = [
"nettle 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.9.0",
- "sequoia-openpgp 0.9.0",
- "sequoia-rfc2822 0.9.0",
+ "sequoia-core 0.10.0",
+ "sequoia-openpgp 0.10.0",
+ "sequoia-rfc2822 0.10.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 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1684,10 +1684,10 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "buffered-reader 0.9.0",
+ "buffered-reader 0.10.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.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1700,13 +1700,13 @@ dependencies = [
"quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-rfc2822 0.9.0",
+ "sequoia-rfc2822 0.10.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1714,14 +1714,14 @@ dependencies = [
"libc 0.2.62 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.9.0",
- "sequoia-openpgp 0.9.0",
+ "sequoia-ffi-macros 0.10.0",
+ "sequoia-openpgp 0.10.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-rfc2822"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1733,18 +1733,18 @@ dependencies = [
[[package]]
name = "sequoia-sqv"
-version = "0.9.0"
+version = "0.10.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.9.0",
+ "sequoia-openpgp 0.10.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-store"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"capnp 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1753,10 +1753,10 @@ dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.9.0",
- "sequoia-ipc 0.9.0",
- "sequoia-net 0.9.0",
- "sequoia-openpgp 0.9.0",
+ "sequoia-core 0.10.0",
+ "sequoia-ipc 0.10.0",
+ "sequoia-net 0.10.0",
+ "sequoia-openpgp 0.10.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)",
@@ -1764,7 +1764,7 @@ dependencies = [
[[package]]
name = "sequoia-tool"
-version = "0.9.0"
+version = "0.10.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)",
@@ -1772,10 +1772,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 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.9.0",
- "sequoia-net 0.9.0",
- "sequoia-openpgp 0.9.0",
- "sequoia-store 0.9.0",
+ "sequoia-core 0.10.0",
+ "sequoia-net 0.10.0",
+ "sequoia-openpgp 0.10.0",
+ "sequoia-store 0.10.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 32bc3530..45a7b090 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia"
description = "A cool new OpenPGP implementation"
-version = "0.9.0"
+version = "0.10.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.9.0/"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -24,19 +24,19 @@ maintenance = { status = "actively-developed" }
[workspace]
[dependencies]
-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" }
+buffered-reader = { path = "buffered-reader", version = "0.10" }
+sequoia-rfc2822 = { path = "rfc2822", version = "0.10" }
+sequoia-openpgp = { path = "openpgp", version = "0.10" }
+sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.10" }
+sequoia-core = { path = "core", version = "0.10" }
+sequoia-ffi = { path = "ffi", version = "0.10" }
+sequoia-ffi-macros = { path = "ffi-macros", version = "0.10" }
+sequoia-ipc = { path = "ipc", version = "0.10" }
+sequoia-net = { path = "net", version = "0.10" }
+sequoia-store = { path = "store", version = "0.10" }
+sequoia-tool = { path = "tool", version = "0.10" }
+sequoia-sqv = { path = "sqv", version = "0.10" }
+sequoia-guide = { path = "guide", version = "0.10" }
[lib]
name = "sequoia"
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index 814240a7..65add6cd 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.9.0"
+version = "0.10.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 413aae2c..38f778f5 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-core"
description = "Policies for Sequoia"
-version = "0.9.0"
+version = "0.10.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.9.0/sequoia_core"
+documentation = "https://docs.sequoia-pgp.org/0.10.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 d659d849..49665184 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.9.0"
+version = "0.10.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.9.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.10.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 35d2e875..4a19105f 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-ffi"
description = "C API for Sequoia"
-version = "0.9.0"
+version = "0.10.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.9.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -23,11 +23,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-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" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.10" }
+sequoia-openpgp = { path = "../openpgp", version = "0.10" }
+sequoia-core = { path = "../core", version = "0.10" }
+sequoia-store = { path = "../store", version = "0.10" }
+sequoia-net = { path = "../net", version = "0.10" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 0ff144a7..39485013 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,17 +1,17 @@
[package]
name = "sequoia-guide"
-version = "0.9.0"
+version = "0.10.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.9.0/guide/"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/guide/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.9" }
+sequoia-openpgp = { path = "../openpgp", version = "0.10" }
failure = "0.1.2"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 91634fc9..4f8f626a 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.9.0"
+version = "0.10.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.9.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/sequoia_ipc"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
@@ -21,8 +21,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.9" }
-sequoia-core = { path = "../core", version = "0.9" }
+sequoia-openpgp = { path = "../openpgp", version = "0.10" }
+sequoia-core = { path = "../core", version = "0.10" }
capnp-rpc = "0.10"
failure = "0.1.2"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index ed9fbf64..6953109a 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.9.0"
+version = "0.10.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.9.0/sequoia_net"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/sequoia_net"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,9 +22,9 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.9", default-features = false }
-sequoia-core = { path = "../core", version = "0.9" }
-sequoia-rfc2822 = { path = "../rfc2822", version = "0.9" }
+sequoia-openpgp = { path = "../openpgp", version = "0.10", default-features = false }
+sequoia-core = { path = "../core", version = "0.10" }
+sequoia-rfc2822 = { path = "../rfc2822", version = "0.10" }
failure = "0.1.2"
futures = "0.1"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 523e758d..b702fe99 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.9.0"
+version = "0.10.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.9.0/sequoia_openpgp_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/sequoia_openpgp_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -23,8 +23,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.9" }
-sequoia-openpgp = { path = "../openpgp", version = "0.9" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.10" }
+sequoia-openpgp = { path = "../openpgp", version = "0.10" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 2c0ed4f2..066ec065 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.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_openpgp"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/sequoia_openpgp"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -23,7 +23,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-buffered-reader = { path = "../buffered-reader", version = "0.9", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.10", default-features = false }
base64 = "0.10.1"
bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"
@@ -36,7 +36,7 @@ nettle = "5.0.2"
quickcheck = { version = "0.9", default-features = false }
rand = { version = "0.7", default-features = false }
time = "0.1.40"
-sequoia-rfc2822 = { path = "../rfc2822", version = "0.9" }
+sequoia-rfc2822 = { path = "../rfc2822", version = "0.10" }
[build-dependencies]
lalrpop = "0.17"
diff --git a/rfc2822/Cargo.toml b/rfc2822/Cargo.toml
index 954166ab..b8f71e63 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.9.0"
+version = "0.10.0"
authors = [
"Juga <juga@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 2ec78975..c4fe1ad0 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.9.0"
+version = "0.10.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.9.0/sqv"
+documentation = "https://docs.sequoia-pgp.org/0.10.0/sqv"
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]
-sequoia-openpgp = { path = "../openpgp", version = "0.9", default-features = false }
+sequoia-openpgp = { path = "../openpgp", version = "0.10", 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 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"
diff --git a/tool/Cargo.toml b/to