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:
Sam 2025-09-06 15:38:44 +02:00 committed by GitHub
parent 506e186d03
commit 7f5533d0b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"