Update rand crate to 0.5 (#1542)

* Update rand crate to 0.5

* Rustfmt

* Misplaced import
This commit is contained in:
Quentin Le Sceller
2018-09-18 04:39:45 -04:00
committed by Yeastplume
parent b35950790b
commit 345a6cb53e
13 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
//! Compact Blocks.
use rand::{thread_rng, Rng};
use rand::{thread_rng, RngCore};
use consensus::VerifySortOrder;
use core::block::{Block, BlockHeader, Error};