-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speedreader: specify the correct html5ever version
kuchikiki v0.8.2-speedreader declared a dependency on html5ever 0.26, but we actually build against 0.25.1. Change the declaration here to match what we have vendored, which works fine in practice. Bump to v0.8.3-speedreader which declares a dependency compatible with what we're building against to simpilify later updates based on the Cargo.toml information. Resolves brave/brave-browser#35708
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Name: kuchikiki | ||
URL: https://github.com/brave/kuchikiki/tree/speedreader | ||
Description: (口利き) HTML tree manipulation library | ||
Version: 0.8.2 | ||
Version: 0.8.3 | ||
Security Critical: yes | ||
Shipped: yes | ||
License: MIT | ||
License File: //brave/third_party/rust/kuchikiki/v0_8/crate/LICENSE | ||
Revision: 436b4e21274e64c5f9bc142ba6fa330fe9a8c97d | ||
Revision: 2a6926e83f8849f506f3be7a4de2a0196ffb64dc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
[package] | ||
edition = "2018" | ||
name = "kuchikiki" | ||
version = "0.8.2" | ||
version = "0.8.3" | ||
authors = [ | ||
"Brave Authors", | ||
"Ralph Giles <[email protected]>", | ||
|
@@ -31,7 +31,7 @@ doctest = false | |
version = "0.27" | ||
|
||
[dependencies.html5ever] | ||
version = "0.26.0" | ||
version = "0.25.1" | ||
|
||
[dependencies.indexmap] | ||
version = "1.6.0" | ||
|