Bump curve25519-dalek to 3.0.1.

This commit is contained in:
Isis Lovecruft 2021-01-07 21:29:17 +00:00
parent a787300ba1
commit e47a180991
No known key found for this signature in database
GPG key ID: AB41313533E8E812
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
Entries are listed in reverse chronological order.
## 3.0.1
* Update the optional `packed-simd` dependency to rely on a newer,
maintained version of the `packed-simd-2` crate.
## 3.0.0
* Update the `digest` dependency to `0.9`. This requires a major version

View file

@ -4,7 +4,7 @@ name = "curve25519-dalek"
# - update CHANGELOG
# - update html_root_url
# - update README if required by semver
version = "3.0.0"
version = "3.0.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"