Add version to plain-hasher.

This commit is contained in:
Tomasz Drwięga 2017-11-06 12:03:59 +01:00
parent d7e4dda3e1
commit 0ed1e77996
No known key found for this signature in database
GPG Key ID: D066F497E62CAF66

View File

@ -13,7 +13,7 @@ rustc-hex = "1.0"
rand = "0.3.12" rand = "0.3.12"
libc = "0.2" libc = "0.2"
heapsize = { version = "0.4", optional = true } heapsize = { version = "0.4", optional = true }
plain_hasher = { path = "../plain_hasher" } plain_hasher = { path = "../plain_hasher", version = "0.1" }
[features] [features]
x64asm_arithmetic=[] x64asm_arithmetic=[]