From 44188975caea59165401fdefa70adf464e40d059 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 28 Mar 2025 10:17:19 +0100 Subject: [PATCH] Update backend to edition 2024 --- virtweb_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 01c36e6..71a13cd 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "virtweb_backend" version = "0.1.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html