From f6589903cddae50078f4a8f7c8f5de91bd75403d Mon Sep 17 00:00:00 2001 From: diogo464 Date: Sun, 17 Jul 2022 14:22:00 +0100 Subject: updated to rust 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 428a728..318ff7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rhex" version = "0.1.0" authors = ["diogo "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit