mirror of https://github.com/fafhrd91/actix-net
chore: Bump up MSRV to 1.80 (#716)
This commit is contained in:
parent
ee3d54f574
commit
1ea0f773b6
|
@ -17,7 +17,7 @@ members = [
|
|||
[workspace.package]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.74"
|
||||
rust-version = "1.80"
|
||||
|
||||
[patch.crates-io]
|
||||
actix-codec = { path = "actix-codec" }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.5.2
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.2.4
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 2.10.0
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
## 2.6.0
|
||||
|
||||
- Add `ServerBuilder::shutdown_signal()` method.
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 2.5.1
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 2.0.3
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 3.4.0
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 3.0.1
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 1.4.0
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.1.5
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Minimum supported Rust version (MSRV) is now 1.74.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.1.4
|
||||
|
||||
|
|
Loading…
Reference in New Issue