We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7750b8f commit 90b5e15Copy full SHA for 90b5e15
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Install stable toolchain
78
run: |
79
rustup set profile minimal
80
- rustup override set 1.70.0
+ rustup override set 1.71.0
81
82
- run: cargo check --lib --all-features
83
Cargo.toml
@@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
15
authors = [ "The html5ever Project Developers" ]
16
repository = "https://github.com/servo/html5ever"
17
edition = "2021"
18
-rust-version = "1.70.0"
+rust-version = "1.71.0"
19
20
[workspace.dependencies]
21
# Repo dependencies
0 commit comments