Update the edition of the solution format checker

This commit is contained in:
mo8it
2025-02-21 13:06:11 +01:00
parent 06af3ffc99
commit 1eb6c1e469
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ fn check_solutions(
fmt_cmd
.arg("--check")
.arg("--edition")
.arg("2021")
.arg("2024")
.arg("--color")
.arg("always")
.stdin(Stdio::null());