Update the minor version number in the README.

This commit is contained in:
Isis Lovecruft 2016-12-14 05:02:55 +00:00
parent 226f5c7019
commit a339da82e7
Failed to extract signature

View file

@ -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: