From c5644f8b7297d4b84503a4000c2c7199bb83f2f5 Mon Sep 17 00:00:00 2001 From: psych0d0g Date: Thu, 14 Jan 2016 13:58:04 +0100 Subject: [PATCH] bump rpassword version depend on 0.1.1 (added build dependencies on rpassword for the mips and mipsel architectures) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2a84585..b06be324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "~0.1.15" num = "~0.1.30" protobuf = "~1.0.15" rand = "~0.3.13" -rpassword = "~0.1.0" +rpassword = "~0.1.1" rust-crypto = "~0.2.34" rustc-serialize = "~0.3.16" tempfile = "~2.0.0"