Skip to content

Commit

Permalink
Auto merge of #268 - Eijebong:ipc-channel, r=jdm
Browse files Browse the repository at this point in the history
Update ipc-channel to 0.12
  • Loading branch information
bors-servo authored Aug 26, 2019
2 parents 86b9a28 + 751350b commit 131007e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 30 deletions.
48 changes: 22 additions & 26 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 backends/dummy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "lib.rs"

[dependencies]
boxfnonce = "0.1.0"
ipc-channel = "0.11"
ipc-channel = "0.12"
servo-media = { path = "../../servo-media" }
servo-media-audio = { path = "../../audio" }
servo-media-player = { path = "../../player" }
Expand Down
2 changes: 1 addition & 1 deletion backends/gstreamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ version = "0.14"
version = "0.14"

[dependencies.ipc-channel]
version = "0.11"
version = "0.12"

[dependencies.lazy_static]
version = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ servo-media = { path = "../servo-media" }
webrender = { version = "0.60.0", optional = true }
webrender_api = { version = "0.60.0", optional = true }
websocket = { version = "0.22", optional = true }
ipc-channel = { version = "0.11", optional = true }
ipc-channel = { version = "0.12", optional = true }

[target.'cfg(not(target_os = "android"))'.dependencies]
winit = { version = "0.19", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
serde = "1.0.66"
serde_derive = "1.0.66"
ipc-channel = "0.11"
ipc-channel = "0.12"

[dependencies.servo-media-streams]
path = "../streams"
Expand Down

0 comments on commit 131007e

Please sign in to comment.