Skip to content

Commit

Permalink
Upgrade lol-html to 2.1.0 (changes how C API is accessed)
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun committed Dec 20, 2024
1 parent 03401f0 commit 713995f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deps/rust/cargo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ PACKAGES = {
"cxx": crate.spec(version = "1"),
"cxxbridge-cmd": crate.spec(version = "1"),
"flate2": crate.spec(version = "1"),
"lol_html_c_api": crate.spec(
git = "https://github.com/cloudflare/lol-html.git",
rev = "cac9f2f59aea8ad803286b0aae0d667926f441c7",
),
# Commit hash refers to lol-html v2.1.0. We then access the nested lol_html_c_api crate within.
# TODO(npaun): Seems like some changes are still ongoing on the lol-html side. Recheck this in a couple weeks.
"lol_html_c_api": crate.spec(git = "https://github.com/cloudflare/lol-html.git", rev = "cac9f2f59aea8ad803286b0aae0d667926f441c7"),
"nix": crate.spec(version = "0"),
"pico-args": crate.spec(version = "0"),
"proc-macro2": crate.spec(version = "1"),
Expand Down

0 comments on commit 713995f

Please sign in to comment.