mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-06 19:45:25 +01:00
Update Cargo.toml to use crates.io releases of tokio deps.
This commit is contained in:
@@ -44,7 +44,7 @@ struct Server;
|
||||
impl FutureService for Server {
|
||||
type ReadFut = futures::Finished<Arc<Vec<u8>>, Never>;
|
||||
|
||||
fn read(&mut self) -> Self::ReadFut {
|
||||
fn read(&self) -> Self::ReadFut {
|
||||
futures::finished(BUF.clone())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user