From 2ccf097de65fd2d9afbe9fd760e7904660513335 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 18 Apr 2022 17:22:15 +0200 Subject: [PATCH] Migrate to the Rust 2021 edition No changes necessary. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf9a8fb..5bb7bd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" keywords = ["version"] categories = ["development-tools", "rust-patterns"] license = "MIT" -edition = "2018" +edition = "2021" [features] default = ["markdown_deps_updated", "html_root_url_updated", "contains_regex"]