Merge branch 'master' into develop

This commit is contained in:
Isis Lovecruft 2017-08-02 19:43:57 +00:00
commit c79f08d0a4
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ed25519-dalek"
version = "0.3.2"
version = "0.4.0"
authors = ["Isis Lovecruft <isis@torproject.org>"]
readme = "README.md"
license = "CC0-1.0"

View file

@ -119,7 +119,7 @@ eventually support VXEdDSA in curve25519-dalek.
To install, add the following to your project's `Cargo.toml`:
[dependencies.ed25519-dalek]
version = "^0.3"
version = "^0.4"
Then, in your library or executable source, add:
@ -129,7 +129,7 @@ To cause your application to build `ed25519-dalek` with the nightly feature
enabled by default, instead do:
[dependencies.ed25519-dalek]
version = "^0.3"
version = "^0.4"
features = ["nightly"]
To cause your application to instead build with the nightly feature enabled