Update env_logger to 0.6

This commit is contained in:
Bastien Orivel 2018-11-29 12:40:24 +01:00
parent eaf073b26b
commit 6c3af9c199
3 changed files with 72 additions and 71 deletions

View file

@ -46,7 +46,7 @@ debugger = {path = "../debugger"}
devtools = {path = "../devtools"}
devtools_traits = {path = "../devtools_traits"}
embedder_traits = {path = "../embedder_traits"}
env_logger = "0.5"
env_logger = "0.6"
euclid = "0.19"
gfx = {path = "../gfx"}
gleam = "0.6"