1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

min rustc version

This commit is contained in:
Nikolay Kim
2018-05-24 21:09:20 -07:00
parent 690169db89
commit f48702042b
5 changed files with 7 additions and 15 deletions

View File

@ -59,7 +59,7 @@
//! * SSL support with OpenSSL or `native-tls`
//! * Middlewares (`Logger`, `Session`, `CORS`, `CSRF`, `DefaultHeaders`)
//! * Built on top of [Actix actor framework](https://github.com/actix/actix)
//! * Supported Rust version: 1.24 or later
//! * Supported Rust version: 1.26 or later
//!
//! ## Package feature
//!