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 9
9
### Changed
10
10
11
11
- 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 `
13
13
- Don't follow symlinks in the file watcher
14
14
- ` dev new ` : Don't add ` .rustlings-state.txt ` to ` .gitignore `
15
15
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authors = [
15
15
repository = " https://github.com/rust-lang/rustlings"
16
16
license = " MIT"
17
17
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 "
19
19
20
20
[workspace .dependencies ]
21
21
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ cargo test --workspace
13
13
cargo dev check --require-solutions
14
14
15
15
# 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