From daef43157f744c31530bb994607fa5c6b774257c Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 2 Sep 2019 18:30:58 -0400 Subject: [PATCH] fix compile --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 0bbab3c..7cc68c8 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -53,4 +53,4 @@ tower = [ "tower-discover" ] native-tls = ["openssl", "tokio-openssl"] -rustls = ["tokio-rustls"] +# rustls = ["tokio-rustls"]