Skip to content

Commit

Permalink
Backed out 2 changesets (bug 1888683) for causing hazard bustages in …
Browse files Browse the repository at this point in the history
…UniFFIPointer.cpp CLOSED TREE

Backed out changeset 42fe954d2d47 (bug 1888683)
Backed out changeset 2403582c3c8d (bug 1888683)
  • Loading branch information
Cristian Tuns authored and web-flow committed Apr 14, 2024
1 parent 955da38 commit a41a99e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 69 deletions.
100 changes: 35 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions servo-tidy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ packages = [
# transition to syn 2 is underway.
"syn",
"synstructure",
# Requires an update to clap v4
"textwrap",
# Can be fixed by removing time dependency - see bug 1765324
"wasi",
]
Expand Down
2 changes: 1 addition & 1 deletion webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ svg_fmt = "0.4"
tracy-rs = "0.1.2"
derive_more = { version = "0.99", default-features = false, features = ["add_assign"] }
etagere = "0.2.6"
glean = { version = "59.0.0", optional = true }
glean = { version = "58.1.0", optional = true }
firefox-on-glean = { version = "0.1.0", optional = true }
swgl = { path = "../swgl", optional = true }
topological-sort = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion wr_glyph_rasterizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracy-rs = "0.1.2"
log = "0.4"
lazy_static = "1"
fxhash = "0.2.1"
glean = { version = "59.0.0", optional = true }
glean = { version = "58.1.0", optional = true }
firefox-on-glean = { version = "0.1.0", optional = true }
serde = { optional = true, version = "1.0", features = ["serde_derive"] }

Expand Down

0 comments on commit a41a99e

Please sign in to comment.