From 7f5533d0b5712c8218fb421b3b031a168494db77 Mon Sep 17 00:00:00 2001 From: Sam <16504129+sagudev@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:38:44 +0200 Subject: [PATCH] cargo: Bump MSRV to 1.86.0 (#39185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: https://github.com/linebender/vello/blob/65eea2c43b7f90f0159615731348defb4eb602bd/Cargo.toml#L45 Testing: CI MSRV check Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6531a915e4d..78e8ca2aa3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"