curve: Bump version to 5.0.0-pre.1 (#822)

This commit is contained in:
Michael Rosenberg 2025-09-04 06:21:22 +02:00 committed by GitHub
parent 59ab400f1b
commit cf1c77de6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ name = "curve25519-dalek"
# - update CHANGELOG # - update CHANGELOG
# - update README if required by semver # - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs # - if README was updated, also update module documentation in src/lib.rs
version = "5.0.0-pre.0" version = "5.0.0-pre.1"
edition = "2024" edition = "2024"
rust-version = "1.85.0" rust-version = "1.85.0"
authors = [ authors = [

View file

@ -35,7 +35,7 @@ cofactor-related abstraction mismatches.
To import `curve25519-dalek`, add the following to the dependencies section of To import `curve25519-dalek`, add the following to the dependencies section of
your project's `Cargo.toml`: your project's `Cargo.toml`:
```toml ```toml
curve25519-dalek = "5.0.0-pre.0" curve25519-dalek = "5.0.0-pre.1"
``` ```
If opting into [SemVer-exempted features](#public-api-semver-exemptions) a range If opting into [SemVer-exempted features](#public-api-semver-exemptions) a range