File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ docs = []
2121[dependencies ]
2222async-task = { git = " ssh://git@github.com/async-std/async-task.git" }
2323cfg-if = " 0.1.9"
24- crossbeam = " 0.7.1 "
24+ crossbeam-channel = " 0.3.9 "
2525futures-preview = " 0.3.0-alpha.17"
2626futures-timer = " 0.3.0"
2727lazy_static = " 1.3.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use std::fmt;
44use std:: pin:: Pin ;
55use std:: thread;
66
7- use crossbeam :: channel :: { unbounded, Receiver , Sender } ;
7+ use crossbeam_channel :: { unbounded, Receiver , Sender } ;
88use lazy_static:: lazy_static;
99
1010use crate :: future:: Future ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use std::pin::Pin;
66use std:: ptr;
77use std:: thread;
88
9- use crossbeam :: channel :: { unbounded, Sender } ;
9+ use crossbeam_channel :: { unbounded, Sender } ;
1010use futures:: future:: FutureExt ;
1111use lazy_static:: lazy_static;
1212
You can’t perform that action at this time.
0 commit comments