Skip to content

Commit

Permalink
bump html5gum to 0.5.7 (#1182)
Browse files Browse the repository at this point in the history
more performance improvements, also i accidentally pushed a breaking
change in 0.5.7 and want to avoid 0.5.5 to circulate around too much
because of that
  • Loading branch information
untitaker authored Jul 27, 2023
1 parent 566fca4 commit 434baa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures = "0.3.27"
glob = "0.3.1"
headers = "0.3.8"
html5ever = "0.26.0"
html5gum = "0.5.5"
html5gum = "0.5.7"
http = "0.2.9"
hyper = "0.14.27"
ip_network = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/src/extract/html5gum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ impl Emitter for &mut LinkExtractor {
fn emit_error(&mut self, _: Error) {}

#[inline]
fn should_emit_errors() -> bool {
fn should_emit_errors(&mut self) -> bool {
false
}
fn pop_token(&mut self) -> Option<()> {
Expand Down

0 comments on commit 434baa8

Please sign in to comment.