diff --git a/Cargo.toml b/Cargo.toml index c605b3e..a4eb004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.8" gdnative = "0.9" -tts = "0.14" +tts = "0.15" [target.'cfg(windows)'.dependencies] tolk = { version = "0.3", optional = true }