From a3cb721ed36ea8df938493c103b760789e5eb1fe Mon Sep 17 00:00:00 2001 From: Cameron Dershem Date: Tue, 18 Jun 2019 19:21:06 -0400 Subject: [PATCH] Removes websockets from feature rich mention. --- examples/application/Cargo.toml | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/application/Cargo.toml b/examples/application/Cargo.toml index 62e6064..0316c80 100644 --- a/examples/application/Cargo.toml +++ b/examples/application/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "application" -version = "0.7.0" +version = "1.0.0" edition = "2018" workspace = "../" diff --git a/layouts/index.html b/layouts/index.html index e262e4d..9cf4c3a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -22,7 +22,7 @@ Feature Rich -

Actix provides a lot of features out of box. WebSockets, HTTP/2, pipelining etc.

+

Actix provides a lot of features out of box. HTTP/2, logging, etc.