Merge branch 'master' into develop

This commit is contained in:
Isis Lovecruft
2017-02-08 20:16:55 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -54,7 +54,7 @@ Documentation is available [here](https://docs.rs/ed25519-dalek).
To install, add the following to the dependencies section of your project's
`Cargo.toml`:
ed25519-dalek = "0.1.0"
ed25519-dalek = "^0.2"
Then, in your library or executable source, add: