From 24bf66b56aa2d282ded820d81c167e6824d04d7d Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 28 May 2018 11:45:49 +0200 Subject: [PATCH] Update latest required Rust version The readme file in https://github.com/actix/actix-web states that the oldest supported Rust version is 1.26. --- content/docs/whatis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/whatis.md b/content/docs/whatis.md index d65e041..1eec567 100644 --- a/content/docs/whatis.md +++ b/content/docs/whatis.md @@ -23,5 +23,5 @@ server `actix-web` is powerful enough to provide HTTP 1 and HTTP 2 support as well as SSL/TLS. This makes it useful for building small services ready for distribution. -Most importantly: `actix-web` runs on Rust 1.24 or later and it works with +Most importantly: `actix-web` runs on Rust 1.26 or later and it works with stable releases.