diff --git a/src/stream.rs b/src/stream.rs index 4b90ff14..bee5ec64 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -2,7 +2,7 @@ use std::marker::PhantomData; use futures::unsync::mpsc; use futures::{future, Async, Future, Poll, Stream}; -use tokio::executor::current_thread::spawn; +use tokio_current_thread::spawn; use super::service::{IntoService, NewService, Service};