From 1cdff15412c3849ade34344b1d703bc7d6a1288c Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Fri, 9 Aug 2019 00:49:50 -0700 Subject: [PATCH] Fix needless verbosity in readme --- README.md | 2 +- tarpc/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e34b6eb..61b6316 100644 --- a/README.md +++ b/README.md @@ -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" ``` diff --git a/tarpc/src/lib.rs b/tarpc/src/lib.rs index 5522e08..5fdb50b 100644 --- a/tarpc/src/lib.rs +++ b/tarpc/src/lib.rs @@ -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" //! ``` //!