Skip to content

Commit 295ad2e

Browse files
committed
Raise MSRV
1 parent 628ef55 commit 295ad2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
### Changed
1010

1111
- Upgrade to Rust edition 2024
12-
- Raise the minimum supported Rust version to `1.87`
12+
- Raise the minimum supported Rust version to `1.88`
1313
- Don't follow symlinks in the file watcher
1414
- `dev new`: Don't add `.rustlings-state.txt` to `.gitignore`
1515

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
repository = "https://github.com/rust-lang/rustlings"
1616
license = "MIT"
1717
edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and `CARGO_TOML` in `dev new`.
18-
rust-version = "1.87"
18+
rust-version = "1.88"
1919

2020
[workspace.dependencies]
2121
serde = { version = "1.0", features = ["derive"] }

release-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ cargo test --workspace
1313
cargo dev check --require-solutions
1414

1515
# MSRV
16-
cargo +1.87 dev check --require-solutions
16+
cargo +1.88 dev check --require-solutions

0 commit comments

Comments
 (0)