summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-24 10:48:03 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-24 12:54:04 +0100
commitba413242c645c1412f074740f3eda3be07fa94c8 (patch)
tree97b4e2522718da5352330cafcefd9d7017467e8c /openpgp
parent84f609c063dc4a838784bf2b418d1b5476dc83b1 (diff)
Make cargo package happy.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 40f98f04..b91a1859 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -21,7 +21,7 @@ gitlab = { repository = "https://gitlab.com/sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-buffered-reader = { path = "../buffered-reader", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.1.0", default-features = false }
base64 = "0.9.0"
bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"