From a339da82e7ebbf62204eb80f1fa6ceb67ae84615 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 14 Dec 2016 05:02:55 +0000 Subject: [PATCH] Update the minor version number in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2192cbf..2c0b3ef 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.1" + curve25519-dalek = "^0.2" Then, in your library or executable source, add: