We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ab400 commit cf1c77dCopy full SHA for cf1c77d
curve25519-dalek/Cargo.toml
@@ -4,7 +4,7 @@ name = "curve25519-dalek"
4
# - update CHANGELOG
5
# - update README if required by semver
6
# - if README was updated, also update module documentation in src/lib.rs
7
-version = "5.0.0-pre.0"
+version = "5.0.0-pre.1"
8
edition = "2024"
9
rust-version = "1.85.0"
10
authors = [
curve25519-dalek/README.md
@@ -35,7 +35,7 @@ cofactor-related abstraction mismatches.
35
To import `curve25519-dalek`, add the following to the dependencies section of
36
your project's `Cargo.toml`:
37
```toml
38
-curve25519-dalek = "5.0.0-pre.0"
+curve25519-dalek = "5.0.0-pre.1"
39
```
40
41
If opting into [SemVer-exempted features](#public-api-semver-exemptions) a range
0 commit comments