From 0ed1e77996d07cc7b82c93eac7a98ab06e669953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 6 Nov 2017 12:03:59 +0100 Subject: [PATCH] Add version to plain-hasher. --- util/bigint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/bigint/Cargo.toml b/util/bigint/Cargo.toml index 8ea61cf99..9e72f0de8 100644 --- a/util/bigint/Cargo.toml +++ b/util/bigint/Cargo.toml @@ -13,7 +13,7 @@ rustc-hex = "1.0" rand = "0.3.12" libc = "0.2" heapsize = { version = "0.4", optional = true } -plain_hasher = { path = "../plain_hasher" } +plain_hasher = { path = "../plain_hasher", version = "0.1" } [features] x64asm_arithmetic=[]