Raise MSRV

This commit is contained in:
mo8it
2025-08-21 23:55:58 +02:00
parent 628ef55337
commit 295ad2e4bd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ authors = [
repository = "https://github.com/rust-lang/rustlings"
license = "MIT"
edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and `CARGO_TOML` in `dev new`.
rust-version = "1.87"
rust-version = "1.88"
[workspace.dependencies]
serde = { version = "1.0", features = ["derive"] }