From 12939f1c8ec8ecba887c4ea7dca40337ad6832d9 Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Wed, 15 Jun 2022 18:16:01 +1000 Subject: [PATCH] Update to Rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 943a3c4..540f8c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "hashgood" version = "0.2.0" authors = ["Thomas Karpiniec "] -edition = "2018" +edition = "2021" [dependencies] structopt = "0.3.4" -- 2.39.5