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