Bump curve25519-dalek version to 0.9.0.

This commit is contained in:
Isis Lovecruft 2017-05-26 20:09:58 +00:00
parent c6057cb2d0
commit 4d6e5e304c
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "0.8.1"
version = "0.9.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"

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.8"
curve25519-dalek = "^0.9"
Then, in your library or executable source, add: