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 14b04b2 commit b0b22deCopy full SHA for b0b22de
Cargo.toml
@@ -5,7 +5,7 @@ name = "curve25519-dalek"
5
# - update html_root_url
6
# - update README if required by semver
7
# - if README was updated, also update module documentation in src/lib.rs
8
-version = "4.0.0-pre.3"
+version = "4.0.0-pre.4"
9
edition = "2021"
10
rust-version = "1.56.1"
11
authors = ["Isis Lovecruft <[email protected]>",
README.md
@@ -43,7 +43,7 @@ curve25519-dalek = "3"
43
To use the latest prerelease (see changes [below](#breaking-changes-in-400)),
44
use the following line in your project's `Cargo.toml`:
45
```toml
46
-curve25519-dalek = "4.0.0-pre.3"
+curve25519-dalek = "4.0.0-pre.4"
47
```
48
49
## Feature Flags
0 commit comments