Skip to content

Commit

Permalink
Bump x- to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Aug 11, 2023
1 parent 42b55fd commit f34dc7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x25519-dalek/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# - update html_root_url
# - update CHANGELOG
# - if any changes were made to README.md, mirror them in src/lib.rs docs
version = "2.0.0-rc.3"
version = "2.0.0"
authors = [
"Isis Lovecruft <isis@patternsinthevoid.net>",
"DebugSteven <debugsteven@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion x25519-dalek/README.md
Expand Up @@ -100,7 +100,7 @@ To install, add the following to your project's `Cargo.toml`:

```toml
[dependencies]
x25519-dalek = "2.0.0-rc.3"
x25519-dalek = "2"
```

# MSRV
Expand Down

0 comments on commit f34dc7d

Please sign in to comment.