From cb94730ced1778ae01b6d31abe471c62bd57ca80 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 31 May 2025 07:28:39 +0000 Subject: chore(Cargo): Bump Rust edition --- rustfmt.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index 27653e1..478e75e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -edition = "2021" +edition = "2024" enum_discrim_align_threshold = 40 # error_on_line_overflow = true # error_on_unformatted = true @@ -20,5 +20,5 @@ tab_spaces = 2 use_field_init_shorthand = true use_small_heuristics = "Max" use_try_shorthand = true -version = "Two" +style_edition = "2024" wrap_comments = true -- cgit v1.2.3