Skip to content

Commit

Permalink
remove no default-features for html-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 3, 2024
1 parent 129b82d commit 6d1117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/html-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ keywords = ["html", "parser", "web"]

[dependencies]
rphtml = "0.5.9"
sauron-core = { version = "0.61", path = "../core", default-features = false, features = ["with-lookup"] }
sauron-core = { version = "0.61", path = "../core", features = ["with-lookup"] }
log = "0.4"
thiserror = "1.0.48"

0 comments on commit 6d1117d

Please sign in to comment.