update to log 0.4

This commit is contained in:
Sean McArthur
2018-01-19 17:46:55 -08:00
parent f716b5b7d6
commit af49be0ce6
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ mod support;
#[test]
fn test_multipart() {
let _ = env_logger::init();
let _ = env_logger::try_init();
let form = reqwest::multipart::Form::new()
.text("foo", "bar");