From 209854acc6c7618648840ef96f82276ed6b6ebb1 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Mon, 4 Dec 2017 02:08:03 +0000 Subject: [PATCH] Bump curve25519-dalek version to 0.14.0. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c37a12e..470d7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.13.2" +version = "0.14.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index 7e95f11..91f533b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install, add the following to the dependencies section of your project's `Cargo.toml`: ```toml -curve25519-dalek = "^0.13" +curve25519-dalek = "^0.14" ``` Then, in your library or executable source, add: