summaryrefslogtreecommitdiffstats
path: root/autocrypt/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-06-17 12:44:39 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-06-17 12:44:39 +0200
commit42b09660c73e0a957ec0d46c86313c68320b0c85 (patch)
tree41a468c512e713c7b374f71e19fe27edfa04b078 /autocrypt/Cargo.toml
parent2f4db8872fb465b5177787f0433a985f99c5d715 (diff)
parentcd20d026549c26ef81a7ebc53abf7ed1b7b4764e (diff)
Merge branch 'master' into pep-enginepep-engine-Release_2.1.0-RC2
Diffstat (limited to 'autocrypt/Cargo.toml')
-rw-r--r--autocrypt/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index 06817e82..4e7e44f9 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-autocrypt"
description = "Autocrypt support"
-version = "0.15.0"
+version = "0.17.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.15.0/sequoia_autocrypt"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_autocrypt"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -21,5 +21,5 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.15" }
-base64 = "0.11"
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
+base64 = ">= 0.11, < 0.13"