From ff82dc2012de7226967a2b00c3af7fd087e9b927 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 5 Feb 2026 10:47:35 -0700 Subject: [PATCH] style: Upgraded rustfmt edition to 2024 --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 011ea2b..db485ef 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,5 @@ tab_spaces=2 -edition = "2021" +edition = "2024" reorder_imports = true imports_granularity = "Crate" group_imports = "StdExternalCrate"