No longer rename log crate

This commit is contained in:
Greg Fitzgerald 2018-03-19 10:18:48 -06:00
parent 64af37e0cd
commit 9238ee9572
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ extern crate bincode;
extern crate chrono;
extern crate generic_array;
#[macro_use]
extern crate log as logging;
extern crate log;
extern crate rayon;
extern crate ring;
extern crate serde;