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"