Skip to content

Commit b0b22de

Browse files
committed
Bumped prerelease version
1 parent 14b04b2 commit b0b22de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "curve25519-dalek"
55
# - update html_root_url
66
# - update README if required by semver
77
# - if README was updated, also update module documentation in src/lib.rs
8-
version = "4.0.0-pre.3"
8+
version = "4.0.0-pre.4"
99
edition = "2021"
1010
rust-version = "1.56.1"
1111
authors = ["Isis Lovecruft <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curve25519-dalek = "3"
4343
To use the latest prerelease (see changes [below](#breaking-changes-in-400)),
4444
use the following line in your project's `Cargo.toml`:
4545
```toml
46-
curve25519-dalek = "4.0.0-pre.3"
46+
curve25519-dalek = "4.0.0-pre.4"
4747
```
4848

4949
## Feature Flags

0 commit comments

Comments
 (0)