From 227c1039a1f7369f11913693825335297103e7fc Mon Sep 17 00:00:00 2001 From: tompro Date: Wed, 21 Jan 2026 09:56:40 +0100 Subject: [PATCH] Bump MSRV to 1.85 --- CONTRIBUTING.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e746ea59a..f24b7552a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ When reporting an issue, in order to help the maintainers understand what the pr When making a code contribution to AccessKit, before opening your pull request please make sure that: -- your patch builds with AccessKit's minimal supported Rust version (currently Rust 1.77.2) +- your patch builds with AccessKit's minimal supported Rust version (currently Rust 1.85) - you added tests where applicable - you tested your modifications on all impacted platforms (see below) - you updated any relevant documentation diff --git a/Cargo.toml b/Cargo.toml index 52e5065d0..bd2ef7af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ categories = ["gui"] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/AccessKit/accesskit" -rust-version = "1.77.2" +rust-version = "1.85" [workspace.dependencies] hashbrown = { version = "0.16", default-features = false, features = ["default-hasher"] }