summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-08-21 23:55:47 +0200
committermo8it <mo8it@proton.me>2025-08-21 23:55:58 +0200
commit295ad2e4bd41147bf10028800a82247c2c0048a4 (patch)
treeff057dd1c0cacd2edec125e33d27d6dc479ce693 /Cargo.toml
parent628ef55337429c26df53f4bec823653d6944dddb (diff)
Raise MSRV
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 454f3b8..764b6b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }