From 3ed1fad4a726351e403cd14dd98e1db77ef2ad7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 4 Sep 2026 09:16:44 +0000 Subject: [PATCH] chore: move to edition 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0cb25d..aaafd21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ahab" description = "docker cli wrapper" readme = "README.md" version = "0.4.2" -edition = "2021" +edition = "2024" rust-version = "1.85" license = "MIT" authors = ["Matej Janežič "]