Skip to content

Commit bf3ac6f

Browse files
gw3583kvark
authored andcommitted
Revert "Update ipc-channel dependency to 0.6"
This reverts commit 7c4f0af.
1 parent 9331ad0 commit bf3ac6f

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.6"
21+
ipc-channel = "0.5"
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.6"
24+
ipc-channel = "0.5.0"
2525

2626
[target.'cfg(target_os = "macos")'.dependencies]
2727
core-graphics = "0.4"

0 commit comments

Comments
 (0)