mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-10 05:22:58 +01:00
Fix needless verbosity in readme
This commit is contained in:
@@ -60,7 +60,7 @@ For this example, in addition to tarpc, also add two other dependencies to
|
||||
your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
futures-preview = { version = "0.3.0-alpha.17" }
|
||||
futures-preview = "0.3.0-alpha.17"
|
||||
tokio = "0.2.0-alpha.1"
|
||||
```
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
//! your `Cargo.toml`:
|
||||
//!
|
||||
//! ```toml
|
||||
//! futures-preview = { version = "0.3.0-alpha.17" }
|
||||
//! futures-preview = "0.3.0-alpha.17"
|
||||
//! tokio = "0.2.0-alpha.1"
|
||||
//! ```
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user