From b6a71304c8d0ad46d829b1a9762d61eac236fa65 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 14 Mar 2017 01:53:05 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f06374a..c164472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.5.0" +version = "0.6.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" diff --git a/README.md b/README.md index 430b8b3..e070e9c 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.5" + curve25519-dalek = "^0.6" Then, in your library or executable source, add: