summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-01 19:14:09 +0200
committermo8it <mo8it@proton.me>2024-08-01 19:14:09 +0200
commit65a8f6bb4b542a24bf80265cf5080b5c8f51fb7e (patch)
treed53521412adacb549b0ba00233a04123a8a3baa2 /Cargo.toml
parente0f0944bffe607af9e6059df7a65d4b9b0b99e4f (diff)
Run rustfmt on solutions in `dev check`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad9164d..d4466ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ authors = [
]
repository = "https://github.com/rust-lang/rustlings"
license = "MIT"
-edition = "2021"
+edition = "2021" # On Update: Update the edition of the `rustfmt` command that checks the solutions.
[workspace.dependencies]
serde = { version = "1.0.204", features = ["derive"] }