From f759a67507ac4e3bbf712b900de64cc78aea0129 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 30 Oct 2020 10:49:15 -0500 Subject: [PATCH] Upgrade env_logger. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f955318..c4c34f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"