Skip to content

Commit

Permalink
Auto merge of #543 - antrik:update-ipc_channel, r=glennw
Browse files Browse the repository at this point in the history
Update `ipc-channel` dependency to 0.6

Doing a tree-wide update, mostly to make sure nobody accidentally breaks
the new interface, where `ipc_channel::Sender` is no longer `Sync`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/543)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Nov 9, 2016
2 parents a0b6ea0 + 7c4f0af commit 2792a21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ byteorder = "0.5"
euclid = "0.10"
fnv="1.0"
gleam = "0.2"
ipc-channel = "0.5"
ipc-channel = "0.6"
lazy_static = "0.2"
log = "0.3"
num-traits = "0.1.32"
Expand Down
2 changes: 1 addition & 1 deletion webrender_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ heapsize = "0.3.6"
offscreen_gl_context = {version = "0.4.5", features = ["serde_serialization"]}
serde = "0.8"
serde_derive = {version = "0.8", optional = true}
ipc-channel = "0.5.0"
ipc-channel = "0.6"

[target.x86_64-apple-darwin.dependencies]
core-graphics = "0.4"
Expand Down

0 comments on commit 2792a21

Please sign in to comment.