From 1a388f71350208d795f065bf2b383c0a0537597a Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Fri, 27 Jan 2023 14:14:58 -0500 Subject: [PATCH] Bump version to 4.0-rc.0 (#501) --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a2ea08..40de6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", diff --git a/README.md b/README.md index 6ecc45f..d57f7b8 100644 --- a/README.md +++ b/README.md @@ -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