mirror of
https://github.com/servo/servo.git
synced 2025-09-10 06:58:21 +01:00
cargo: Bump MSRV to 1.86.0 (#39185)
Per discussions in [#general > RFC: Bump MSRV to 1.86 @
💬](https://servo.zulipchat.com/#narrow/channel/263398-general/topic/RFC.3A.20Bump.20MSRV.20to.201.2E86/near/537822241)
it's okay to do this. LLVM/clang used by this rust version is still 19,
so there should be no problems on that front.
This will be needed for future vello bumps:
65eea2c43b/Cargo.toml (L45)
Testing: CI MSRV check
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
506e186d03
commit
7f5533d0b5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ publish = false
|
|||
# why we should consider increasing our minimum supported rust version.
|
||||
# Please also note, that the **default** rust version in rust-toolchain.toml may be
|
||||
# bumped freely.
|
||||
rust-version = "1.85.0"
|
||||
rust-version = "1.86.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
accountable-refcell = "0.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue