Fix a typo in Cargo.toml documentation.

This commit is contained in:
Isis Lovecruft 2021-07-20 02:56:28 +00:00
parent 1391211f06
commit 49146274db
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -4,8 +4,8 @@ name = "curve25519-dalek"
# - update CHANGELOG
# - update html_root_url
# - update README if required by semver
# - if README was updated, also update module documenation in src/lib.rs
version = "3.1.0"
# - if README was updated, also update module documentation in src/lib.rs
version = "3.1.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"