Skip to content

Commit

Permalink
Merge pull request #3230 from cloudflare/felix/121024-rust-cleanup
Browse files Browse the repository at this point in the history
[nfc] Roll Rust dependencies, clean up lol_html
  • Loading branch information
fhanau authored Dec 17, 2024
2 parents c3a0749 + 6812dae commit 3f4bbc5
Show file tree
Hide file tree
Showing 49 changed files with 328 additions and 443 deletions.
7 changes: 3 additions & 4 deletions deps/rust/BUILD.lolhtml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
cc_library(
name = "lolhtml",
hdrs = ["@crates_vendor__lol_html-2.0.0//:c-api/include/lol_html.h"],
include_prefix = "c-api/include",
strip_include_prefix = "c-api/include",
hdrs = ["@crates_vendor__lol_html_c_api-1.1.2//:include/lol_html.h"],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
deps = [
"@crates_vendor//:lolhtml",
"@crates_vendor//:lol_html_c_api",
],
)
Loading

0 comments on commit 3f4bbc5

Please sign in to comment.