From: Thomas Karpiniec Date: Wed, 15 Jun 2022 08:16:01 +0000 (+1000) Subject: Update to Rust 2021 edition X-Git-Tag: v0.3.0~6 X-Git-Url: https://code.octet-stream.net/hashgood/commitdiff_plain/12939f1c8ec8ecba887c4ea7dca40337ad6832d9?hp=707055cdbae270f18223d5cca73d5cde49e65410 Update to Rust 2021 edition --- 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"