summaryrefslogtreecommitdiff
path: root/src/dev/check.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-02-21 13:06:11 +0100
committermo8it <mo8it@proton.me>2025-02-21 13:06:11 +0100
commit1eb6c1e469de2492d823d4739114d8a85cd6660b (patch)
tree717b9b4ccf77f26138d7e188656181c30576c8f5 /src/dev/check.rs
parent06af3ffc99f803f3be349bbb88bb0ce3b31982e0 (diff)
Update the edition of the solution format checker
Diffstat (limited to 'src/dev/check.rs')
-rw-r--r--src/dev/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs
index aacc2f4..c89c4eb 100644
--- a/src/dev/check.rs
+++ b/src/dev/check.rs
@@ -313,7 +313,7 @@ fn check_solutions(
fmt_cmd
.arg("--check")
.arg("--edition")
- .arg("2021")
+ .arg("2024")
.arg("--color")
.arg("always")
.stdin(Stdio::null());