mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Cleanup Cargo.toml [patch]
section (#37437)
* Removes a reference to my stylo fork i accidentally added in https://github.com/servo/servo/pull/37345 * Removes a similar reference for rust-content-security-policy * Adds `web_atoms` to the `html5ever` patch list. This crate lives in the html5ever repo since https://github.com/servo/html5ever/pull/599 and you'll need to patch it when you're patching htmlever Testing: These are comments, no tests needed Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
11be71b56c
commit
e4da496e2d
1 changed files with 1 additions and 1 deletions
|
@ -221,6 +221,7 @@ codegen-units = 1
|
|||
# html5ever = { path = "../html5ever/html5ever" }
|
||||
# markup5ever = { path = "../html5ever/markup5ever" }
|
||||
# xml5ever = { path = "../html5ever/xml5ever" }
|
||||
# web_atoms = { path = "../html5ever/web_atoms" }
|
||||
#
|
||||
# Or for Stylo:
|
||||
#
|
||||
|
@ -248,4 +249,3 @@ codegen-units = 1
|
|||
#
|
||||
# [patch."https://github.com/servo/rust-content-security-policy"]
|
||||
# content-security-policy = { path = "../rust-content-security-policy/" }
|
||||
# content-security-policy = { git = "https://github.com/timvdlippe/rust-content-security-policy/", branch = "fix-report-checks", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue