Bump curve25519-dalek version to 0.17.0.

This commit is contained in:
Isis Lovecruft 2018-05-15 20:34:30 +00:00
parent 9a89a217f8
commit 337de2a204
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.16.4"
version = "0.17.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"

View file

@ -50,7 +50,7 @@ make doc-internal
To import `curve25519-dalek`, add the following to the dependencies section of
your project's `Cargo.toml`:
```toml
curve25519-dalek = "^0.16"
curve25519-dalek = "^0.17"
```
Then import the crate as:
```rust,no_run