mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-02 06:51:26 +01:00
Update to Tokio 0.3.0-alpha.3
This commit is contained in:
@@ -18,7 +18,7 @@ clap = "2.0"
|
||||
futures-preview = { version = "0.3.0-alpha.18" }
|
||||
serde = { version = "1.0" }
|
||||
tarpc = { version = "0.18", path = "../tarpc", features = ["serde1"] }
|
||||
tokio = "0.2.0-alpha.2"
|
||||
tokio = "0.2.0-alpha.3"
|
||||
env_logger = "0.6"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://opensource.org/licenses/MIT.
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
use clap::{App, Arg};
|
||||
use std::io;
|
||||
use tarpc::{client, context};
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://opensource.org/licenses/MIT.
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
/// This is the service definition. It looks a lot like a trait definition.
|
||||
/// It defines one RPC, hello, which takes one arg, name, and returns a String.
|
||||
#[tarpc::service]
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://opensource.org/licenses/MIT.
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
use clap::{App, Arg};
|
||||
use futures::{
|
||||
future::{self, Ready},
|
||||
|
||||
Reference in New Issue
Block a user