Merge branch 'release/0.9.1'

This commit is contained in:
Isis Lovecruft 2019-01-18 04:50:45 +00:00
commit 14e093925f
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -1,6 +1,6 @@
[package]
name = "ed25519-dalek"
version = "0.9.0"
version = "0.9.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>"]
readme = "README.md"
license = "BSD-3-Clause"
@ -16,7 +16,7 @@ exclude = [ ".gitignore", "TESTVECTORS", "res/*" ]
travis-ci = { repository = "dalek-cryptography/ed25519-dalek", branch = "master"}
[dependencies.curve25519-dalek]
version = "1.0.0-pre.0"
version = "1"
default-features = false
[dependencies.rand]