From 70707ead2713806658eb65dc5268b1d610d169a0 Mon Sep 17 00:00:00 2001 From: Conrad Kleinespel Date: Thu, 18 Jun 2020 23:47:54 +0200 Subject: [PATCH] Bump to v5 --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48896d5..8d6924f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpassword" -version = "4.0.5" +version = "5.0.0" authors = ["Conrad Kleinespel "] description = "Read passwords in console applications." license = "Apache-2.0" diff --git a/README.md b/README.md index 1161af3..46f1ee8 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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)