From 064ca03a9c41f28855b86387c88d792c3f26ef2b Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 30 Dec 2020 14:59:19 -0600 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d429caf..4c057ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ use_tolk = ["tts/use_tolk"] [dependencies] bevy = "0.4" -tts = { version = "0.12", features = ["use_tolk"] } \ No newline at end of file +tts = { version = "0.13", features = ["use_tolk"] } \ No newline at end of file