From 841624a48725eadda3824413794481d296efa84f Mon Sep 17 00:00:00 2001 From: sa- Date: Wed, 6 Apr 2022 10:00:45 +0200 Subject: [PATCH] Update the default edition for new projects --- src/templates/Cargo.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/Cargo.toml.j2 b/src/templates/Cargo.toml.j2 index 4915dd82d..2d1edd0cb 100644 --- a/src/templates/Cargo.toml.j2 +++ b/src/templates/Cargo.toml.j2 @@ -1,7 +1,7 @@ [package] name = "{{ name }}" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html