Skip to content

Commit cf1c77d

Browse files
authored
curve: Bump version to 5.0.0-pre.1 (#822)
1 parent 59ab400 commit cf1c77d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curve25519-dalek/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "curve25519-dalek"
44
# - update CHANGELOG
55
# - update README if required by semver
66
# - if README was updated, also update module documentation in src/lib.rs
7-
version = "5.0.0-pre.0"
7+
version = "5.0.0-pre.1"
88
edition = "2024"
99
rust-version = "1.85.0"
1010
authors = [

curve25519-dalek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cofactor-related abstraction mismatches.
3535
To import `curve25519-dalek`, add the following to the dependencies section of
3636
your project's `Cargo.toml`:
3737
```toml
38-
curve25519-dalek = "5.0.0-pre.0"
38+
curve25519-dalek = "5.0.0-pre.1"
3939
```
4040

4141
If opting into [SemVer-exempted features](#public-api-semver-exemptions) a range

0 commit comments

Comments
 (0)