1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00

bump msrv to 1.46

This commit is contained in:
Rob Ede 2020-12-27 04:36:08 +00:00
parent 3ab8c3eb69
commit 33c9aa6988
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.42.0
- 1.46.0
- stable
- nightly

View File

@ -14,7 +14,7 @@ Actix net - framework for composable network services
## Documentation & community resources
* [Chat on Gitter](https://gitter.im/actix/actix)
* Minimum supported Rust version: 1.42 or later
* Minimum supported Rust version: 1.46 or later
## Example