Skip to content

Commit 1ea0f77

Browse files
authored
chore: Bump up MSRV to 1.80 (#716)
1 parent ee3d54f commit 1ea0f77

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717
[workspace.package]
1818
license = "MIT OR Apache-2.0"
1919
edition = "2021"
20-
rust-version = "1.74"
20+
rust-version = "1.80"
2121

2222
[patch.crates-io]
2323
actix-codec = { path = "actix-codec" }

actix-codec/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 0.5.2
88

actix-macros/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 0.2.4
88

actix-rt/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 2.10.0
88

actix-server/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 2.6.0
66

77
- Add `ServerBuilder::shutdown_signal()` method.
8-
- Minimum supported Rust version (MSRV) is now 1.74.
8+
- Minimum supported Rust version (MSRV) is now 1.80.
99

1010
## 2.5.1
1111

actix-service/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 2.0.3
88

actix-tls/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 3.4.0
88

actix-tracing/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 0.1.0
88

actix-utils/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 3.0.1
88

bytestring/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.74.
5+
- Minimum supported Rust version (MSRV) is now 1.80.
66

77
## 1.4.0
88

0 commit comments

Comments
 (0)