Skip to content

Commit

Permalink
increase alpha patch number to roll changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Jul 26, 2024
1 parent 4ea0f59 commit c73336c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion curve25519-elligator2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "curve25519-elligator2"
# - update CHANGELOG
# - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
edition = "2021"
rust-version = "1.60.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
Expand Down
2 changes: 1 addition & 1 deletion curve25519-elligator2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use in the interim period. As such, this crate:
To import `curve25519-elligator2`, add the following to the dependencies section of
your project's `Cargo.toml`:
```toml
curve25519-elligator2 = "0.1.0-alpha.1"
curve25519-elligator2 = "0.1.0-alpha.2"
```


Expand Down

0 comments on commit c73336c

Please sign in to comment.