From 3df5e63c05e2719f4d1224722d9750324e2f6e17 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Fri, 10 Dec 2021 18:05:39 -0600 Subject: [PATCH] updated to 2021 edition (#466) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74d45883dd..661abecaed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "engine-q" version = "0.1.0" -edition = "2018" +edition = "2021" default-run = "engine-q" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html