Skip to content

Commit 6812dae

Browse files
committed
Roll Rust deps, clean up lol_html includes
We do not use the Rust API directly, so we only need to depend on the C API.
1 parent ace145c commit 6812dae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+328
-443
lines changed

deps/rust/BUILD.lolhtml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
cc_library(
22
name = "lolhtml",
3-
hdrs = ["@crates_vendor__lol_html-2.0.0//:c-api/include/lol_html.h"],
4-
include_prefix = "c-api/include",
5-
strip_include_prefix = "c-api/include",
3+
hdrs = ["@crates_vendor__lol_html_c_api-1.1.2//:include/lol_html.h"],
4+
strip_include_prefix = "include",
65
visibility = ["//visibility:public"],
76
deps = [
8-
"@crates_vendor//:lolhtml",
7+
"@crates_vendor//:lol_html_c_api",
98
],
109
)

0 commit comments

Comments
 (0)