Oops. Fix blake2 dependency issues.

This commit is contained in:
Ignotus Peverell
2017-07-20 15:03:47 +00:00
parent eb11b14cab
commit 2261415c27
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ mod test {
use super::*;
use core::target::Difficulty;
use genesis;
use consensus::MINIMUM_DIFFICULTY;
#[test]
fn genesis_pow() {
+1 -1
View File
@@ -20,7 +20,7 @@ extern crate grin_api as api;
extern crate grin_wallet as wallet;
extern crate secp256k1zkp as secp;
extern crate blake2;
extern crate blake2_rfc as blake2;;
extern crate env_logger;
extern crate futures;
extern crate tokio_core;