From 8732269699f14a4022ab249516b7e698d1411cd4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 2 Sep 2020 13:39:51 -0500 Subject: [PATCH] I thought, if the path wasn't found, then crates.io would be the fallback. Apparently not. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a119e9d..c6dfd7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.7" gdnative = "0.9.0-preview.0" -tts = { version = "0.6", path = "tts-rs" } +tts = "0.6" [target.'cfg(windows)'.dependencies] tolk = "0.2"