mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #15003 - fabricedesre:update-browserhtml, r=jdm
Update browser.html to pick up the fix in browserhtml/browserhtml#1263 <!-- Please describe your changes on the following line: --> This is the result of running `cargo update -p browserhtml` to pick up the fix for issue #14919 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X ] `./mach build -d` does not report any errors - [X ] `./mach test-tidy` does not report any errors - [X ] These changes fix #14919 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because there are no reftests for b.html <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15003) <!-- Reviewable:end -->
This commit is contained in:
commit
e6736d067c
1 changed files with 1 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -230,7 +230,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "browserhtml"
|
name = "browserhtml"
|
||||||
version = "0.1.17"
|
version = "0.1.17"
|
||||||
source = "git+https://github.com/browserhtml/browserhtml?branch=crate#cbb020096c77f5d2547e575c0e19003a6d2a614a"
|
source = "git+https://github.com/browserhtml/browserhtml?branch=crate#cd5374a970fd404377ab418ac1e4a358db47691f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "build-apk"
|
name = "build-apk"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue