From b193e4ad00fd7749244522872117c0729dde0913 Mon Sep 17 00:00:00 2001 From: Alexander Akhmetov Date: Sun, 2 Jan 2022 17:09:01 +0100 Subject: [PATCH] Rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0861b5a..d44b5a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mos6502" version = "0.1.0" authors = ["Alexander Akhmetov "] -edition = "2018" +edition = "2021" [lib] name = "mos6502"