From 90b5e154deb27770c0f51c815cb16eb1e0bc1a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Tue, 28 Oct 2025 18:44:44 +0100 Subject: [PATCH] Bump MSRV to 1.71 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Wülker --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4ea5466..9f0a62b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: - name: Install stable toolchain run: | rustup set profile minimal - rustup override set 1.70.0 + rustup override set 1.71.0 - run: cargo check --lib --all-features diff --git a/Cargo.toml b/Cargo.toml index a37b0943..e54b7dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0" authors = [ "The html5ever Project Developers" ] repository = "https://github.com/servo/html5ever" edition = "2021" -rust-version = "1.70.0" +rust-version = "1.71.0" [workspace.dependencies] # Repo dependencies