From a6850f8e82694aea0a8e03484d26dbe39018738b Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 21 Feb 2017 06:15:48 +0000 Subject: [PATCH] Fix version number in install instructions in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0b3ef..074dc28 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.2" + curve25519-dalek = "^0.3" Then, in your library or executable source, add: