summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-14 15:57:24 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-14 15:57:24 +0100
commitc05d1d5b0484be9a7dee9bf950bcf298482bbe78 (patch)
tree278ccf7813bf9ccc4a37d73a0bb451255edfdd9c /openpgp/Cargo.toml
parent4d3534b027c3c53b2bdf882f9618cb1f0c91d994 (diff)
Release 0.5.0.v0.5.0
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index fc1603f6..f0af0af2 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 = "0.4.1"
+version = "0.5.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
@@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-buffered-reader = { path = "../buffered-reader", version = "0.3.0", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.5", default-features = false }
base64 = "0.9.0"
bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"