File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authors = [
1515repository = " https://github.com/rust-lang/rustlings"
1616license = " MIT"
1717edition = " 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 ]
2121serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ cargo test --workspace
1313cargo dev check --require-solutions
1414
1515# MSRV
16- cargo +1.87 dev check --require-solutions
16+ cargo +1.88 dev check --require-solutions
You can’t perform that action at this time.
0 commit comments