Skip to content

Commit

Permalink
Bump rpassword version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conradkleinespel committed Jul 12, 2022
1 parent 3858917 commit 80929ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpassword"
version = "6.0.1"
version = "7.0.0"
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
description = "Read passwords in console applications."
license = "Apache-2.0"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add `rpassword` as a dependency in Cargo.toml:

```toml
[dependencies]
rpassword = "6.0"
rpassword = "7.0"
```

See examples and docs at [https://docs.rs/rpassword](https://docs.rs/rpassword).
Expand All @@ -21,6 +21,7 @@ We welcome contribution from everyone. Feel free to open an issue or a pull requ

Here's a list of existing `rpassword` contributors:

* [@BlackHoleFox](https://github.com/BlackHoleFox)
* [@C4K3](https://github.com/C4K3)
* [@conradkleinespel](https://github.com/conradkleinespel)
* [@DaveLancaster](https://github.com/DaveLancaster)
Expand All @@ -34,6 +35,7 @@ Here's a list of existing `rpassword` contributors:
* [@joshuef](https://github.com/joshuef)
* [@longshorej](https://github.com/longshorej)
* [@nicokoch](https://github.com/nicokoch)
* [@NovaliX-Dev](https://github.com/NovaliX-Dev)
* [@petevine](https://github.com/petevine)
* [@psych0d0g](https://github.com/psych0d0g)
* [@retep998](https://github.com/retep998)
Expand Down

0 comments on commit 80929ab

Please sign in to comment.