Skip to content

Commit 90b5e15

Browse files
committed
Bump MSRV to 1.71
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
1 parent 7750b8f commit 90b5e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install stable toolchain
7878
run: |
7979
rustup set profile minimal
80-
rustup override set 1.70.0
80+
rustup override set 1.71.0
8181
8282
- run: cargo check --lib --all-features
8383

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"
1515
authors = [ "The html5ever Project Developers" ]
1616
repository = "https://github.com/servo/html5ever"
1717
edition = "2021"
18-
rust-version = "1.70.0"
18+
rust-version = "1.71.0"
1919

2020
[workspace.dependencies]
2121
# Repo dependencies

0 commit comments

Comments
 (0)