From d7b44110178a120e9623ad408247fb4907ad33be Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 30 Oct 2024 19:59:06 -0700 Subject: [PATCH] web: update cargo edition --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index be122bf..0494baf 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -7,7 +7,7 @@ description = "App Description" categories = ["category"] license = "MIT" readme = "./README.md" -edition = "2018" +edition = "2021" [build-dependencies] build-info-build = "0.0.38"