From 850e783139966c447735a0791f1692661f74ef0e Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Mon, 23 Dec 2024 12:50:54 +0800 Subject: [PATCH] bump rustfmt --- src/rustfmt.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rustfmt.toml b/src/rustfmt.toml index d41ec2f6..cdac04ad 100644 --- a/src/rustfmt.toml +++ b/src/rustfmt.toml @@ -54,7 +54,7 @@ use_field_init_shorthand = false force_explicit_abi = true condense_wildcard_suffixes = false color = "Auto" -required_version = "1.4.32" +required_version = "1.4.37" unstable_features = false disable_all_formatting = false skip_children = false @@ -65,4 +65,4 @@ report_todo = "Never" report_fixme = "Never" ignore = [] emit_mode = "Files" -make_backup = false \ No newline at end of file +make_backup = false