Bump edition and version.

This commit is contained in:
Nolan Darilek 2021-11-01 10:38:26 -05:00
parent 92538fbdb8
commit a703e790ec
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
[package] [package]
name = "tts" name = "tts"
version = "0.17.3" version = "0.18.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"] authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs" repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface" description = "High-level Text-To-Speech (TTS) interface"
license = "MIT" license = "MIT"
exclude = ["*.cfg", "*.yml"] exclude = ["*.cfg", "*.yml"]
edition = "2018" edition = "2021"
[lib] [lib]
crate-type = ["lib", "cdylib", "staticlib"] crate-type = ["lib", "cdylib", "staticlib"]