Skip to content

Commit 7c4f0af

Browse files
committed
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`.
1 parent 13e06df commit 7c4f0af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

webrender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ byteorder = "0.5"
1818
euclid = "0.10"
1919
fnv="1.0"
2020
gleam = "0.2"
21-
ipc-channel = "0.5"
21+
ipc-channel = "0.6"
2222
lazy_static = "0.2"
2323
log = "0.3"
2424
num-traits = "0.1.32"

webrender_traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ heapsize = "0.3.6"
2121
offscreen_gl_context = {version = "0.4.5", features = ["serde_serialization"]}
2222
serde = "0.8"
2323
serde_derive = {version = "0.8", optional = true}
24-
ipc-channel = "0.5.0"
24+
ipc-channel = "0.6"
2525

2626
[target.x86_64-apple-darwin.dependencies]
2727
core-graphics = "0.4"

0 commit comments

Comments
 (0)