1
0
mirror of https://github.com/actix/actix-website synced 2025-02-20 19:30:33 +01:00

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.
This commit is contained in:
Valentin Brandl 2018-05-28 11:45:49 +02:00 committed by GitHub
parent 64553f27f5
commit 24bf66b56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.