Bump version to 4.0-rc.0 (#501)

This commit is contained in:
Michael Rosenberg 2023-01-27 14:14:58 -05:00 committed by GitHub
parent 3effd73307
commit 1a388f7135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ name = "curve25519-dalek"
# - update CHANGELOG
# - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs
version = "4.0.0-pre.5"
version = "4.0.0-rc.0"
edition = "2021"
rust-version = "1.60.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",

View file

@ -43,7 +43,7 @@ curve25519-dalek = "3"
To use the latest prerelease (see changes [below](#breaking-changes-in-400)),
use the following line in your project's `Cargo.toml`:
```toml
curve25519-dalek = "4.0.0-pre.5"
curve25519-dalek = "4.0.0-rc.0"
```
## Feature Flags