Skip to content

Commit

Permalink
Bump to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
conradkleinespel committed Jun 18, 2020
1 parent 189c388 commit 70707ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "rpassword"
version = "4.0.5"
version = "5.0.0"
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
description = "Read passwords in console applications."
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Add `rpassword` as a dependency in Cargo.toml:

```toml
[dependencies]
rpassword = "4.0"
rpassword = "5.0"
```

Use `rpassword` within your code:
Expand Down Expand Up @@ -60,6 +60,7 @@ Here's a list of existing `rpassword` contributors:
* [@dcuddeback](https://github.com/dcuddeback)
* [@Draphar](https://github.com/Draphar)
* [@equalsraf](https://github.com/equalsraf)
* [@Heliozoa](https://github.com/Heliozoa)
* [@JanLikar](https://github.com/JanLikar)
* [@joshuef](https://github.com/joshuef)
* [@longshorej](https://github.com/longshorej)
Expand Down

0 comments on commit 70707ea

Please sign in to comment.