Merge branch 'master' into develop

This commit is contained in:
Henry de Valence 2018-09-25 17:22:45 -07:00
commit 701cb1d078
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -45,7 +45,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.19"
curve25519-dalek = "0.20"
```
Then import the crate as:
```rust,no_run