From c73336c433d090e6c834d20da892994eba558eb1 Mon Sep 17 00:00:00 2001 From: jmwample <8297368+jmwample@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:16:04 -0600 Subject: [PATCH] increase alpha patch number to roll changes --- curve25519-elligator2/Cargo.toml | 2 +- curve25519-elligator2/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curve25519-elligator2/Cargo.toml b/curve25519-elligator2/Cargo.toml index ebb1c709..8ad72f00 100644 --- a/curve25519-elligator2/Cargo.toml +++ b/curve25519-elligator2/Cargo.toml @@ -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 ", diff --git a/curve25519-elligator2/README.md b/curve25519-elligator2/README.md index 6d315c56..539c45c2 100644 --- a/curve25519-elligator2/README.md +++ b/curve25519-elligator2/README.md @@ -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" ```