From a703e790ecfaf872fac1a9f1df01fee2b9297ac9 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 1 Nov 2021 10:38:26 -0500 Subject: [PATCH] Bump edition and version. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b52894..976f5fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "tts" -version = "0.17.3" +version = "0.18.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface" license = "MIT" exclude = ["*.cfg", "*.yml"] -edition = "2018" +edition = "2021" [lib] crate-type = ["lib", "cdylib", "staticlib"]