We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06af3ff commit 1eb6c1eCopy full SHA for 1eb6c1e
Cargo.toml
@@ -15,7 +15,7 @@ authors = [
15
]
16
repository = "https://github.com/rust-lang/rustlings"
17
license = "MIT"
18
-edition = "2024" # On Update: Update the edition of the `rustfmt` command that checks the solutions.
+edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and `CARGO_TOML` in `dev new`.
19
rust-version = "1.85"
20
21
[workspace.dependencies]
src/dev/check.rs
@@ -313,7 +313,7 @@ fn check_solutions(
313
fmt_cmd
314
.arg("--check")
315
.arg("--edition")
316
- .arg("2021")
+ .arg("2024")
317
.arg("--color")
318
.arg("always")
319
.stdin(Stdio::null());
0 commit comments