From 7daa721d475f79a85cf0061be2bdb859fec7fcf6 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Sun, 1 Sep 2019 02:18:46 -0400 Subject: [PATCH] Clean up cargo.toml --- tonic/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 5c1daa5..0ef1f4c 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -4,8 +4,6 @@ version = "0.1.0" authors = ["Lucio Franco "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] futures-core-preview = "=0.3.0-alpha.18" futures-util-preview = "=0.3.0-alpha.18"