From e8b27153c15d4eff1bd354521cf16ca24bc521d2 Mon Sep 17 00:00:00 2001 From: Matthijs Kok Date: Wed, 22 Oct 2025 16:47:14 +0200 Subject: [PATCH] Template: update rust edition to 2024 --- 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 94c894b3d..30fc206d1 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 = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html {%- if bindings != "bin" %}