1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

bump msrv in ci and readme

This commit is contained in:
Rob Ede
2020-05-13 01:57:37 +01:00
parent 63864ecf9e
commit 996f1d7eae
20 changed files with 46 additions and 11 deletions

View File

@ -72,7 +72,7 @@
//! * SSL support with OpenSSL or `native-tls`
//! * Middlewares (`Logger`, `Session`, `CORS`, `DefaultHeaders`)
//! * Supports [Actix actor framework](https://github.com/actix/actix)
//! * Supported Rust version: 1.39 or later
//! * Supported Rust version: 1.40 or later
//!
//! ## Package feature
//!