Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Auto merge of #130 - servo:deps-untangle, r=cpearce
Browse files Browse the repository at this point in the history
Set explicit revision on examples webrender dependency

Roll back to e558d41b to avoid version conflicts between serde and the patched
version currently needed by webrender git master.

See also servo/servo#19543
  • Loading branch information
bors-servo authored Dec 15, 2017
2 parents d201524 + d56c144 commit 9871eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Chris Pearce <[email protected]>", "Philippe Normand <philn@igalia

[dependencies]
gecko-media = { path = "../gecko-media" }
webrender = { git = "https://github.com/servo/webrender/" }
webrender = { git = "https://github.com/servo/webrender/", rev="e558d41b" }
gleam = "0.4.8"
servo-glutin = "0.12"
time = "0.1.17"
Expand Down

0 comments on commit 9871eb0

Please sign in to comment.