From e2f485af23732fe4532d94c62a28d29dffe3add6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 25 Feb 2021 11:31:10 +0000 Subject: [PATCH] fix example rename --- actix-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 3d6be9ba..b3a0e30c 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -78,5 +78,5 @@ log = "0.4" trust-dns-resolver = "0.20.0" [[example]] -name = "basic" +name = "tcp-rustls" required-features = ["accept", "rustls"]