fix: use rust2018 idioms

This commit is contained in:
Niklas Adolfsson
2019-09-07 10:31:01 +02:00
parent 5d0aa521c2
commit c4f8f8ea04
3 changed files with 4 additions and 10 deletions

View File

@@ -12,4 +12,4 @@ quickcheck = "0.8"
derive_more = "0.15"
bigint = "4"
byteorder = "1"
blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9" }
blake2 = { package = "blake2-rfc", git = "https://github.com/gtank/blake2-rfc.git", rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9" }