From 44faff047425988241993fffc2783a7388d88f2e Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sat, 29 Mar 2025 10:45:06 -0700 Subject: [PATCH] Cargo.toml cleanup (#36219) Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e5aac53ed4..e46e334404c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ ctr = "0.9.2" darling = { version = "0.20", default-features = false } data-url = "0.3" devtools_traits = { path = "components/shared/devtools" } -dpi = { version = "0.1" } +dpi = "0.1" embedder_traits = { path = "components/shared/embedder" } encoding_rs = "0.8" env_logger = "0.11" @@ -126,7 +126,6 @@ servo-media = { git = "https://github.com/servo/media" } servo-media-dummy = { git = "https://github.com/servo/media" } servo-media-gstreamer = { git = "https://github.com/servo/media" } servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } -stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } smallbitvec = "2.6.0" smallvec = "1.14" static_assertions = "1.1" @@ -135,6 +134,7 @@ string_cache_codegen = "0.5" strum = "0.26" strum_macros = "0.26" stylo = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } +stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-03-15" } @@ -214,8 +214,8 @@ codegen-units = 1 # # For html5ever: # -# markup5ever = { path = "../html5ever/markup5ever" } # html5ever = { path = "../html5ever/html5ever" } +# markup5ever = { path = "../html5ever/markup5ever" } # xml5ever = { path = "../html5ever/xml5ever" } # # Or for Stylo: @@ -223,8 +223,8 @@ codegen-units = 1 # [patch."https://github.com/servo/stylo"] # selectors = { path = "../stylo/selectors" } # servo_arc = { path = "../stylo/servo_arc" } -# stylo_atoms = { path = "../stylo/stylo_atoms" } # stylo = { path = "../stylo/style" } +# stylo_atoms = { path = "../stylo/stylo_atoms" } # stylo_config = { path = "../stylo/stylo_config" } # stylo_dom = { path = "../stylo/stylo_dom" } # stylo_malloc_size_of = { path = "../stylo/malloc_size_of" }