Skip to content

Commit

Permalink
[Don't merge] Revert the ipc-channel bump
Browse files Browse the repository at this point in the history
This is causing troubles since servo hasn't updated ipc-channel yet
  • Loading branch information
Eijebong committed Sep 9, 2018
1 parent b918c41 commit 2ce1bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 67 deletions.
69 changes: 3 additions & 66 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_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app_units = "0.7"
bincode = "1.0"
bitflags = "1.0"
byteorder = "1.2.1"
ipc-channel = {version = "0.11.0", optional = true}
ipc-channel = {version = "0.10.0", optional = true}
euclid = { version = "0.19", features = ["serde"] }
serde = { version = "=1.0.66", features = ["rc"] }
serde_derive = { version = "=1.0.66", features = ["deserialize_in_place"] }
Expand Down

0 comments on commit 2ce1bbf

Please sign in to comment.