From 8434bfca6426090584a3ded3d7238767d8f29594 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 27 Jan 2022 10:06:41 -0600 Subject: [PATCH] Bump edition. --- speech-dispatcher-sys/Cargo.toml | 2 +- speech-dispatcher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/speech-dispatcher-sys/Cargo.toml b/speech-dispatcher-sys/Cargo.toml index a4a8a59..52d496b 100644 --- a/speech-dispatcher-sys/Cargo.toml +++ b/speech-dispatcher-sys/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "speech-dispatcher system bindings" license = "LGPL-2.1" -edition = "2018" +edition = "2021" [build-dependencies] diff --git a/speech-dispatcher/Cargo.toml b/speech-dispatcher/Cargo.toml index b5add45..919a876 100644 --- a/speech-dispatcher/Cargo.toml +++ b/speech-dispatcher/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nolan Darilek "] repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs" description = "Rusty interface to the speech-dispatcher speech synthesis library" license = "LGPL-2.1" -edition = "2018" +edition = "2021" [dependencies] lazy_static = "1"