From 901caafce3d3d9cb9c772f4a8415e9f78a3a0da3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 29 Dec 2016 07:52:11 -0700 Subject: [PATCH] Use upstream argon2rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 533e1670bc..bf8887688f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ redox_syscall = { git = "https://github.com/redox-os/syscall.git" } termion = "1.1" [dependencies.argon2rs] -git = "https://github.com/redox-os/argon2rs.git" +git = "https://github.com/bryant/argon2rs.git" default-features = false