mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Bump to rc.1
This commit is contained in:
parent
3b71630d9f
commit
b2d0f0ecd7
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ name = "curve25519-dalek"
|
||||||
# - update CHANGELOG
|
# - update CHANGELOG
|
||||||
# - update README if required by semver
|
# - update README if required by semver
|
||||||
# - if README was updated, also update module documentation in src/lib.rs
|
# - if README was updated, also update module documentation in src/lib.rs
|
||||||
version = "4.0.0-rc.0"
|
version = "4.0.0-rc.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60.0"
|
rust-version = "1.60.0"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
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)),
|
To use the latest prerelease (see changes [below](#breaking-changes-in-400)),
|
||||||
use the following line in your project's `Cargo.toml`:
|
use the following line in your project's `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
curve25519-dalek = "4.0.0-rc.0"
|
curve25519-dalek = "4.0.0-rc.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Feature Flags
|
## Feature Flags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue