summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-07-05 11:30:20 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-07-05 11:30:20 +0200
commit4e519cdec81b59f75fe28c46415cf8dac1ae34f1 (patch)
tree49ec8745808fdb6fa289ef93a9f7e180025c1b53
parent133e00bd5e26695845d71363cddca3a0fb24d5b1 (diff)
openpgp: Release 1.10.0.openpgp/v1.10.0
-rw-r--r--Cargo.lock2
-rw-r--r--openpgp/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c57b148d..07075d5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2636,7 +2636,7 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "1.9.0"
+version = "1.10.0"
dependencies = [
"aes",
"anyhow",
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index f96d5073..f9ce98ee 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 = "1.9.0"
+version = "1.10.0"
authors = [
"Igor Matuszewski <igor@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",