From 4d6e5e304cf84b81f0e666b089d817be48f0557a Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 26 May 2017 20:09:58 +0000 Subject: [PATCH] Bump curve25519-dalek version to 0.9.0. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c10672..500dffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.8.1" +version = "0.9.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index 7258558..7954ab1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Extensive documentation is available [here](https://docs.rs/curve25519-dalek). To install, add the following to the dependencies section of your project's `Cargo.toml`: - curve25519-dalek = "^0.8" + curve25519-dalek = "^0.9" Then, in your library or executable source, add: