From 380f2afb3d575449e225a98f4c5ebc58da0c8cde Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 21 Jan 2021 11:41:36 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c057ba..06bb807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -use_tolk = ["tts/use_tolk"] +default = ["tolk"] +tolk = ["tts/tolk"] [dependencies] bevy = "0.4" -tts = { version = "0.13", features = ["use_tolk"] } \ No newline at end of file +tts = { version = "0.14" } \ No newline at end of file