Fix version number in install instructions in README.

This commit is contained in:
Isis Lovecruft 2017-02-21 06:15:48 +00:00
parent e4d041836e
commit a6850f8e82
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.2"
curve25519-dalek = "^0.3"
Then, in your library or executable source, add: