Bump edition.

This commit is contained in:
Nolan Darilek 2022-01-27 10:06:41 -06:00
parent 0dc9205b36
commit 8434bfca64
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
description = "speech-dispatcher system bindings" description = "speech-dispatcher system bindings"
license = "LGPL-2.1" license = "LGPL-2.1"
edition = "2018" edition = "2021"
[build-dependencies] [build-dependencies]

View File

@ -5,7 +5,7 @@ authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
description = "Rusty interface to the speech-dispatcher speech synthesis library" description = "Rusty interface to the speech-dispatcher speech synthesis library"
license = "LGPL-2.1" license = "LGPL-2.1"
edition = "2018" edition = "2021"
[dependencies] [dependencies]
lazy_static = "1" lazy_static = "1"