From 570818d8f7902a355e27e74e5cbba1d38acd76b0 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 21 Oct 2021 13:32:08 -0500 Subject: [PATCH] Bump edition. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2de2b96..a18dab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "blackout" version = "0.1.0" authors = ["Nolan Darilek "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html