From 1ebde461d08cd2ba8b68dff990aa2b680697eab7 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Sun, 15 May 2022 11:25:51 -0400 Subject: [PATCH] Update to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6072cf..2d3d060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Cargo wrapper for developing Rust-based Nintendo 3DS homebrew app repository = "https://github.com/Meziu/cargo-3ds" license = "MIT" authors = ["Andrea Ciliberti "] -edition = "2018" +edition = "2021" [dependencies] cargo_metadata = "0.14.0"