File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ cfg-if = "0.1.9"
15
15
futures = " 0.1.20"
16
16
js-sys = { path = " ../js-sys" , version = ' 0.3.25' }
17
17
wasm-bindgen = { path = " ../.." , version = ' 0.2.48' }
18
- futures-util-preview = { version = " 0.3.0-alpha.15 " , optional = true }
19
- futures-channel-preview = { version = " 0.3.0-alpha.15 " , optional = true }
18
+ futures-util-preview = { version = " 0.3.0-alpha.18 " , optional = true }
19
+ futures-channel-preview = { version = " 0.3.0-alpha.18 " , optional = true }
20
20
lazy_static = { version = " 1.3.0" , optional = true }
21
21
22
22
[target .'cfg(target_feature = "atomics")' .dependencies .web-sys ]
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ where
248
248
drop( lock) ;
249
249
250
250
// TODO is there some way of saving these so they don't need to be recreated all the time ?
251
- let waker = ArcWake :: into_waker ( task. clone( ) ) ;
251
+ let waker = futures_util :: task :: waker ( task. clone( ) ) ;
252
252
let cx = & mut Context :: from_waker( & waker) ;
253
253
Pin :: new( future) . poll( cx)
254
254
} ;
You can’t perform that action at this time.
0 commit comments