summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-11 18:34:09 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-11 18:34:09 +0100
commit89b94444d9286f907eb6a62fd11551988bffd39b (patch)
tree98e00491bec3e63daaaf015d8b814ee196857025 /ipc
parente21a3572b82f56b75bbba771ae6824c22045e10a (diff)
Release 0.21.0.v0.21.0
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 5010a910..5d3b9882 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ipc"
description = "Interprocess communication infrastructure for Sequoia"
-version = "0.20.0"
+version = "0.21.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.20.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/0.21.0/sequoia_ipc"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
@@ -20,11 +20,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.20", default-features = false }
-sequoia-core = { path = "../core", version = "0.20" }
+sequoia-openpgp = { path = "../openpgp", version = "0.21", default-features = false }
+sequoia-core = { path = "../core", version = "0.21" }
anyhow = "1.0.18"
-buffered-reader = { path = "../buffered-reader", version = "0.20", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.21", default-features = false }
capnp-rpc = "0.13"
fs2 = "0.4.2"
futures = "0.3.5"