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

bump minimum supported rustc version because of minor version change of parking_lot crate

This commit is contained in:
Nikolay Kim
2018-04-29 14:13:46 -07:00
parent c72d1381a6
commit 03ded62337
4 changed files with 7 additions and 7 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.22 or later
//! * Supported Rust version: 1.24 or later
#![cfg_attr(actix_nightly, feature(
specialization, // for impl ErrorResponse for std::error::Error