summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-12-06 15:33:33 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-12-06 15:33:33 +0100
commitf03b5a934f56823d3021ae8627620df7ff0ab706 (patch)
tree1a13102d309d672ed16dfb9f69712ba1ac363839
parent028c056881c25e1bec7b0e978153f260024ad62e (diff)
autocrypt: Release 0.24.0.autocrypt/v0.24.0
-rw-r--r--Cargo.lock2
-rw-r--r--autocrypt/Cargo.toml2
-rw-r--r--sq/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 16d3fcf2..c022b2b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2600,7 +2600,7 @@ checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
[[package]]
name = "sequoia-autocrypt"
-version = "0.23.1"
+version = "0.24.0"
dependencies = [
"base64",
"sequoia-openpgp",
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index a05bd5f1..8cd67b36 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-autocrypt"
description = "Autocrypt support"
-version = "0.23.1"
+version = "0.24.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 544efe74..ef10d218 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -28,7 +28,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false }
sequoia-openpgp = { path = "../openpgp", version = "1.1", default-features = false }
-sequoia-autocrypt = { path = "../autocrypt", version = "0.23", default-features = false, optional = true }
+sequoia-autocrypt = { path = "../autocrypt", version = "0.24", default-features = false, optional = true }
sequoia-net = { path = "../net", version = "0.24", default-features = false, optional = true }
anyhow = "1.0.18"
chrono = "0.4.10"