diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37aaa8b2..458cf96e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: - name: Install stable toolchain run: | rustup set profile minimal - rustup override set 1.60.0 + rustup override set 1.61.0 - run: cargo check --lib --all-features diff --git a/html5ever/Cargo.toml b/html5ever/Cargo.toml index 4610ace1..30cc2972 100644 --- a/html5ever/Cargo.toml +++ b/html5ever/Cargo.toml @@ -1,7 +1,6 @@ [package] - name = "html5ever" -version = "0.27.0" +version = "0.27.1" authors = [ "The html5ever Project Developers" ] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -10,6 +9,7 @@ documentation = "https://docs.rs/html5ever" build = "build.rs" categories = [ "parser-implementations", "web-programming" ] edition = "2021" +readme = "../README.md" [features] trace_tokenizer = [] diff --git a/markup5ever/Cargo.toml b/markup5ever/Cargo.toml index cb43d31c..2529c0aa 100644 --- a/markup5ever/Cargo.toml +++ b/markup5ever/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markup5ever" -version = "0.12.1" +version = "0.12.2" authors = [ "The html5ever Project Developers" ] license = "MIT OR Apache-2.0" repository = "https://github.com/servo/html5ever"