Skip to content

Commit d61b339

Browse files
committed
chore: bump msrv to 1.74
1 parent d95eea8 commit d61b339

File tree

12 files changed

+15
-9
lines changed

12 files changed

+15
-9
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.71.1"
20+
rust-version = "1.74"
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.71.
5+
- Minimum supported Rust version (MSRV) is now 1.74.
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.71.
5+
- Minimum supported Rust version (MSRV) is now 1.74.
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.71.
5+
- Minimum supported Rust version (MSRV) is now 1.74.
66

77
## 2.10.0
88

actix-server/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Minimum supported Rust version (MSRV) is now 1.74.
6+
57
## 2.5.1
68

79
- Fix panic in test server.

actix-service/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Minimum supported Rust version (MSRV) is now 1.74.
6+
57
## 2.0.3
68

79
- Minimum supported Rust version (MSRV) is now 1.71.

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.71.
5+
- Minimum supported Rust version (MSRV) is now 1.74.
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.71.
5+
- Minimum supported Rust version (MSRV) is now 1.74.
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.71.
5+
- Minimum supported Rust version (MSRV) is now 1.74.
66

77
## 3.0.1
88

bytestring/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Minimum supported Rust version (MSRV) is now 1.74.
6+
57
## 1.4.0
68

79
- Add `ByteString::split_at()` method.

0 commit comments

Comments
 (0)