mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #12302 - Gozala:bhtml@0.1.15, r=ConnorGBrewster
Update browserhtml version to 0.1.15 Update browserhtml version to 0.1.15 --- <!-- 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 - [ ] ~~These changes fix #__ (github issue number if applicable).~~ <!-- Either: --> - [ ] ~~There are tests for these changes OR~~ - [x] These changes do not require tests because it just updates dependency <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12302) <!-- Reviewable:end -->
This commit is contained in:
commit
0eed0e0b1e
2 changed files with 6 additions and 6 deletions
6
components/servo/Cargo.lock
generated
6
components/servo/Cargo.lock
generated
|
@ -4,7 +4,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"backtrace 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"browserhtml 0.1.14 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
|
||||
"browserhtml 0.1.15 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
|
||||
"canvas 0.0.1",
|
||||
"canvas_traits 0.0.1",
|
||||
"compiletest_helper 0.0.1",
|
||||
|
@ -197,8 +197,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "browserhtml"
|
||||
version = "0.1.14"
|
||||
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#aa577e5d9f436f98b4bd80424a8e48e43f370c43"
|
||||
version = "0.1.15"
|
||||
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#48eed1856f8bf49ccf3f60e25d871e1654d67f22"
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue