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

bump rustc version requirements

This commit is contained in:
Nikolay Kim
2018-04-29 08:24:19 -07:00
parent eb6e618812
commit d98d723f97
5 changed files with 6 additions and 10 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.21 or later
//! * Supported Rust version: 1.22 or later
#![cfg_attr(actix_nightly, feature(
specialization, // for impl ErrorResponse for std::error::Error