mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-21 10:38:26 +01:00
Update Cargo.toml to use crates.io releases of tokio deps.
This commit is contained in:
@@ -55,7 +55,7 @@ impl<Req, Resp, E> Service for Client<Req, Resp, E>
|
||||
type Error = io::Error;
|
||||
type Future = ResponseFuture<Req, Resp, E>;
|
||||
|
||||
fn call(&mut self, request: Self::Request) -> Self::Future {
|
||||
fn call(&self, request: Self::Request) -> Self::Future {
|
||||
self.inner.call(request).map(Self::map_err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user