From da1f6264e49bdffeff0dd910082cb68cad1eb24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Desr=C3=A9?= Date: Thu, 13 Apr 2017 13:20:57 -0700 Subject: [PATCH] Enable the "tls" feature in the hello_tls example. --- examples/hello_tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_tls/Cargo.toml b/examples/hello_tls/Cargo.toml index 24d37d21..d691440e 100644 --- a/examples/hello_tls/Cargo.toml +++ b/examples/hello_tls/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" workspace = "../../" [dependencies] -rocket = { path = "../../lib" } +rocket = { path = "../../lib", features = ["tls"] } rocket_codegen = { path = "../../codegen" } [dev-dependencies]