From b076b78eb5fb2b6e061764cec5f7e88c1ae7251a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 9 Jun 2020 11:25:49 -0500 Subject: [PATCH] Bump `tts` to V0.3.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b89a57e..db3e0eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] gdnative = "0.8" -tts = { git = "https://gitlab.com/ndarilek/tts-rs" } +tts = "0.3" [target.'cfg(windows)'.dependencies] tolk = "0.2" \ No newline at end of file