chore(log): update to log 0.4

This commit is contained in:
Sean McArthur
2018-01-04 14:50:18 -08:00
parent 6ade21aa7f
commit 34f0dba6dc
12 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ use hyper::server::{Http, Response, const_service, service_fn};
static PHRASE: &'static [u8] = b"Hello World!";
fn main() {
pretty_env_logger::init().unwrap();
pretty_env_logger::init();
let addr = ([127, 0, 0, 1], 3000).into();
let new_service = const_service(service_fn(|_| {