Merge branch 'master' into develop

This commit is contained in:
Isis Lovecruft 2017-08-15 05:00:33 +00:00
commit 463b64f8d3
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "curve25519-dalek"
version = "0.10.0"
version = "0.11.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"
@ -23,7 +23,7 @@ version = "1.0"
optional = true
[dependencies.arrayref]
version = "0.3.3"
version = "0.3.4"
[dependencies.rand]
optional = true

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