Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit d48853e

Browse files
committed
Backed out changeset 0f634e05078b (bug 1956123) for causing causing wr build bustages. CLOSED TREE
1 parent 68579ab commit d48853e

File tree

3 files changed

+22
-24
lines changed

3 files changed

+22
-24
lines changed

gfx/wr/Cargo.lock

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gfx/wr/webrender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ num-traits = "0.2"
4040
plane-split = "0.18"
4141
png = { optional = true, version = "0.16" }
4242
rayon = "1"
43-
ron = { optional = true, version = ">=0.8, <0.10.0" }
43+
ron = { optional = true, version = "0.8" }
4444
serde = { optional = true, version = "1.0", features = ["serde_derive"] }
4545
smallvec = "1"
4646
time = "0.1"

gfx/wr/wrench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"]
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
base64 = "0.22.1"
15+
base64 = "0.13"
1616
env_logger = { version = "0.10", optional = true, default-features = false }
1717
gleam = "0.15"
1818
glutin = "0.28"

0 commit comments

Comments
 (0)