From e4da496e2da4d362188948e6de35207bd1d7c88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Fri, 13 Jun 2025 15:00:39 +0200 Subject: [PATCH] Cleanup Cargo.toml `[patch]` section (#37437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5655dff3ef..9d859fe4d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }