diff options
| author | mo8it <mo8it@proton.me> | 2025-02-21 13:06:11 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-02-21 13:06:11 +0100 |
| commit | 1eb6c1e469de2492d823d4739114d8a85cd6660b (patch) | |
| tree | 717b9b4ccf77f26138d7e188656181c30576c8f5 /Cargo.toml | |
| parent | 06af3ffc99f803f3be349bbb88bb0ce3b31982e0 (diff) | |
Update the edition of the solution format checker
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ authors = [ ] repository = "https://github.com/rust-lang/rustlings" license = "MIT" -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`. rust-version = "1.85" [workspace.dependencies] |
