Upgrade env_logger.

This commit is contained in:
Nolan Darilek 2020-10-30 10:49:15 -05:00
parent 7c25c6ad0e
commit f759a67507

View File

@ -12,7 +12,7 @@ crate-type = ["staticlib", "cdylib"]
use_tolk = ["tolk", "tts/use_tolk"]
[dependencies]
env_logger = "0.7"
env_logger = "0.8"
gdnative = "0.9"
tts = ">= 0.10.1"