From e0e1132aa5de90a75b47f4294e624de2df81c6c5 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 26 Oct 2021 02:30:48 -0500 Subject: [PATCH] Bump edition. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5d0f59..219b39e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bevy_tts" version = "0.1.0" authors = ["Nolan Darilek "] license = "mit" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html