mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-27 22:39:18 +00:00
Raise MSRV
This commit is contained in:
parent
628ef55337
commit
295ad2e4bd
@ -9,7 +9,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Upgrade to Rust edition 2024
|
- Upgrade to Rust edition 2024
|
||||||
- Raise the minimum supported Rust version to `1.87`
|
- Raise the minimum supported Rust version to `1.88`
|
||||||
- Don't follow symlinks in the file watcher
|
- Don't follow symlinks in the file watcher
|
||||||
- `dev new`: Don't add `.rustlings-state.txt` to `.gitignore`
|
- `dev new`: Don't add `.rustlings-state.txt` to `.gitignore`
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ authors = [
|
|||||||
repository = "https://github.com/rust-lang/rustlings"
|
repository = "https://github.com/rust-lang/rustlings"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and `CARGO_TOML` in `dev new`.
|
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]
|
[workspace.dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|||||||
@ -13,4 +13,4 @@ cargo test --workspace
|
|||||||
cargo dev check --require-solutions
|
cargo dev check --require-solutions
|
||||||
|
|
||||||
# MSRV
|
# MSRV
|
||||||
cargo +1.87 dev check --require-solutions
|
cargo +1.88 dev check --require-solutions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user