Bump curve25519-dalek version to 0.14.0.

This commit is contained in:
Isis Lovecruft 2017-12-04 02:08:03 +00:00
parent c9912458b2
commit 209854acc6
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -45,7 +45,7 @@ To install, add the following to the dependencies section of your project's
`Cargo.toml`: `Cargo.toml`:
```toml ```toml
curve25519-dalek = "^0.13" curve25519-dalek = "^0.14"
``` ```
Then, in your library or executable source, add: Then, in your library or executable source, add: