From 108c8f502f6f97d0744f2411d6688fcb78282ef1 Mon Sep 17 00:00:00 2001 From: Conrad Kleinespel Date: Sat, 3 Sep 2016 05:57:04 +0200 Subject: [PATCH] bump up crates.io version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf9ea16..05e82f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rpassword" -version = "0.2.3" +version = "0.3.0" authors = ["Conrad Kleinespel "] description = "Read passwords in console applications." license = "Apache-2.0"