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