diff --git a/Cargo.toml b/Cargo.toml index 0465ecc..4a98292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] env_logger = "0.7" gdnative = "0.8" -tts = "0.4" +tts = "0.5" [target.'cfg(windows)'.dependencies] tolk = "0.2"