From fb28157bc5ee4d8cc691cf4a4209e37ecfa01663 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 29 Apr 2025 00:00:27 -0400 Subject: [PATCH] chore: Update edition to 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 331cef0..9a49045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["utils", "recipe", "template", "process"] [workspace.package] description = "A CLI tool built for creating Containerfile templates for ostree based atomic distros" -edition = "2021" +edition = "2024" repository = "https://github.com/blue-build/cli" license = "Apache-2.0" categories = ["command-line-utilities"]