1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

update msrv to 1.60 (#482

* update msrv to 1.60

* inherit workspace msrv
This commit is contained in:
Rob Ede
2023-04-01 21:39:19 +01:00
committed by GitHub
parent 28f36e4e30
commit c0693da9ba
29 changed files with 110 additions and 193 deletions

View File

@ -2,7 +2,7 @@
## Unreleased - 2023-xx-xx
- Minimum supported Rust version (MSRV) is now 1.59.
- Minimum supported Rust version (MSRV) is now 1.60.
## 3.0.1 - 2022-10-21

View File

@ -10,11 +10,8 @@ keywords = ["network", "framework", "async", "futures"]
categories = ["network-programming", "asynchronous"]
repository = "https://github.com/actix/actix-net"
license = "MIT OR Apache-2.0"
edition = "2018"
[lib]
name = "actix_utils"
path = "src/lib.rs"
edition = "2021"
rust-version = "1.60"
[dependencies]
pin-project-lite = "0.2"