chore: update Rust toolchain to version 1.91 and adjust edition in rustfmt configuration

This commit is contained in:
Tunglies
2025-11-09 16:31:37 +08:00
parent c763fdd233
commit f644036e08
5 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
edition = "2021"
edition = "2024"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false