Skip to content

Commit

Permalink
curve: Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Jul 22, 2023
1 parent 1ac254f commit c083357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.3"
version = "4.0.0"
edition = "2021"
rust-version = "1.60.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
Expand Down
10 changes: 1 addition & 9 deletions curve25519-dalek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@ cofactor-related abstraction mismatches.
To import `curve25519-dalek`, add the following to the dependencies section of
your project's `Cargo.toml`:
```toml
curve25519-dalek = "3"
```

## Beta

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-rc.3"
curve25519-dalek = "4"
```

## Feature Flags
Expand Down

0 comments on commit c083357

Please sign in to comment.