From 295ad2e4bd41147bf10028800a82247c2c0048a4 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 21 Aug 2025 23:55:47 +0200 Subject: Raise MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3