mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Fix a typo in Cargo.toml documentation.
This commit is contained in:
parent
1391211f06
commit
49146274db
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue