chore(log): update to log 0.4
This commit is contained in:
@@ -132,7 +132,7 @@ impl Service for ResponseExamples {
|
||||
|
||||
|
||||
fn main() {
|
||||
pretty_env_logger::init().unwrap();
|
||||
pretty_env_logger::init();
|
||||
let addr = "127.0.0.1:1337".parse().unwrap();
|
||||
|
||||
let server = Http::new().bind(&addr, || Ok(ResponseExamples)).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user