Fix needless verbosity in readme

This commit is contained in:
Tim Kuehn
2019-08-09 00:49:50 -07:00
parent f8ba7d9f4e
commit 1cdff15412
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
```

View File

@@ -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"
//! ```
//!