summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2021-04-01 16:09:34 +0200
committerNeal H. Walfield <neal@pep.foundation>2021-04-01 18:03:18 +0200
commite990add46c9acd1616ab3f03c6bd90f2dc5b541d (patch)
tree769fa00e9764402d6d49089193c1fe47a60b6c6d
parentc1b7de65d779f2999eb8b67eed1aca92a740409a (diff)
ipc: Release 0.25.0.ipc/v0.25.0
-rw-r--r--Cargo.lock2
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--ipc/Cargo.toml4
-rw-r--r--store/Cargo.toml2
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 872e27db..0bec5644 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1850,7 +1850,7 @@ dependencies = [
[[package]]
name = "sequoia-ipc"
-version = "0.22.0"
+version = "0.25.0"
dependencies = [
"anyhow",
"buffered-reader",
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 888ed972..4a5b6930 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -26,7 +26,7 @@ sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
sequoia-store = { path = "../store", version = "0.22", default-features = false }
sequoia-net = { path = "../net", version = "0.23", default-features = false }
-sequoia-ipc = { path = "../ipc", version = "0.22", default-features = false }
+sequoia-ipc = { path = "../ipc", version = "0.25", default-features = false }
anyhow = "1.0.18"
lazy_static = "1.4.0"
libc = "0.2.66"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 48b9af52..0f62fd43 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.22.0"
+version = "0.25.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.21.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/0.25.0/sequoia_ipc"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 036a8384..57a82a1f 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -33,7 +33,7 @@ compression-bzip2 = ["sequoia-openpgp/compression-bzip2"]
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
-sequoia-ipc = { path = "../ipc", version = "0.22", default-features = false }
+sequoia-ipc = { path = "../ipc", version = "0.25", default-features = false }
sequoia-net = { path = "../net", version = "0.23", default-features = false }
anyhow = "1.0.18"
capnp = "0.13"