mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update crossbeam-channel to 0.3
This commit is contained in:
parent
76195e0779
commit
9a7eeb349a
74 changed files with 303 additions and 521 deletions
|
@ -15,12 +15,12 @@ energy-profiling = ["energymon", "energy-monitor"]
|
|||
|
||||
[dependencies]
|
||||
bincode = "1"
|
||||
crossbeam-channel = "0.3"
|
||||
energy-monitor = {version = "0.2.0", optional = true}
|
||||
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
|
||||
ipc-channel = "0.11"
|
||||
log = "0.4"
|
||||
serde = "1.0"
|
||||
servo_channel = {path = "../channel"}
|
||||
servo_config = {path = "../config"}
|
||||
signpost = {git = "https://github.com/pcwalton/signpost.git"}
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
use crossbeam_channel::Sender;
|
||||
use ipc_channel::ipc::{self, IpcSender};
|
||||
use ipc_channel::router::ROUTER;
|
||||
use servo_channel::Sender;
|
||||
use std::marker::Send;
|
||||
|
||||
/// A trait to abstract away the various kinds of message senders we use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue