1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

min rust version 1.21

This commit is contained in:
Nikolay Kim
2018-01-27 10:58:09 -08:00
parent 042f8391bb
commit c446be48e3
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ fn main() {
* [API Documentation (Releases)](https://docs.rs/actix-web/)
* [Chat on gitter](https://gitter.im/actix/actix)
* Cargo package: [actix-web](https://crates.io/crates/actix-web)
* Minimum supported Rust version: 1.20 or later
* Minimum supported Rust version: 1.21 or later
## Features