From 5d741ccb3e8bb2c398ee164a3ea500d62bcf9218 Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 23 Jul 2022 17:20:06 -0500 Subject: [PATCH] update to 2021 edition --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index fb4a098..2e2e347 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,4 +2,4 @@ max_width = 100 hard_tabs = true newline_style = "unix" use_try_shorthand = true -edition = "2018" +edition = "2021"