Skip to content

Commit b2d0f0e

Browse files
committed
Bump to rc.1
1 parent 3b71630 commit b2d0f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
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 = "4.0.0-rc.0"
7+
version = "4.0.0-rc.1"
88
edition = "2021"
99
rust-version = "1.60.0"
1010
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",

README.md

+1-1
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-rc.0"
46+
curve25519-dalek = "4.0.0-rc.1"
4747
```
4848

4949
## Feature Flags

0 commit comments

Comments
 (0)