1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

bump msrv to 1.46 (#1858)

This commit is contained in:
Rob Ede
2020-12-28 00:44:15 +00:00
committed by GitHub
parent 093d3a6c59
commit 2a2a20c3e7
16 changed files with 59 additions and 52 deletions

View File

@ -13,7 +13,7 @@
- [API Documentation](https://docs.rs/awc)
- [Example Project](https://github.com/actix/examples/tree/HEAD/awc_https)
- [Chat on Gitter](https://gitter.im/actix/actix-web)
- Minimum Supported Rust Version (MSRV): 1.42.0
- Minimum Supported Rust Version (MSRV): 1.46.0
## Example
```rust