mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
Bumped prerelease version
This commit is contained in:
parent
14b04b22d5
commit
b0b22def50
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ name = "curve25519-dalek"
|
|||
# - update html_root_url
|
||||
# - update README if required by semver
|
||||
# - if README was updated, also update module documentation in src/lib.rs
|
||||
version = "4.0.0-pre.3"
|
||||
version = "4.0.0-pre.4"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
|
|
|
|||
|
|
@ -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.3"
|
||||
curve25519-dalek = "4.0.0-pre.4"
|
||||
```
|
||||
|
||||
## Feature Flags
|
||||
|
|
|
|||
Loading…
Reference in a new issue