Skip to content

Commit ff50dd0

Browse files
authored
chore: upgrade MSRV to 1.82 (#3844)
1 parent 24489d4 commit ff50dd0

File tree

20 files changed

+164
-124
lines changed

20 files changed

+164
-124
lines changed

Cargo.lock

Lines changed: 115 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ homepage = "https://actix.rs"
1919
repository = "https://github.com/actix/actix-web"
2020
license = "MIT OR Apache-2.0"
2121
edition = "2021"
22-
rust-version = "1.75"
22+
rust-version = "1.82"
2323

2424
[profile.dev]
2525
# Disabling debug info speeds up builds a bunch and we don't rely on it for debugging that much.

actix-files/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.82.
6+
57
## 0.6.9
68

79
- Correct `derive_more` dependency feature requirements.

actix-http-test/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.72.
5+
- Minimum supported Rust version (MSRV) is now 1.82.
66

77
## 3.2.0
88

actix-http/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.82.
6+
57
## 3.11.2
68

79
- Properly wake Payload receivers when feeding errors or EOF.

actix-multipart-derive/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.82.
6+
57
## 0.7.0
68

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

actix-multipart-derive/tests/trybuild/size-limit-parse-fail.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
error: Could not parse size limit `2 bytes`: couldn't parse "bytes" into a known SI unit, couldn't parse unit of "bytes"
1+
error: Could not parse size limit `2 bytes`: couldn't parse "bytes" into a known SI unit, Failed to parse unit "byt..."
22
--> tests/trybuild/size-limit-parse-fail.rs:6:5
33
|
44
6 | description: Text<String>,
55
| ^^^^^^^^^^^
66

7-
error: Could not parse size limit `2 megabytes`: couldn't parse "megabytes" into a known SI unit, couldn't parse unit of "megabytes"
7+
error: Could not parse size limit `2 megabytes`: couldn't parse "megabytes" into a known SI unit, Failed to parse unit "meg..."
88
--> tests/trybuild/size-limit-parse-fail.rs:12:5
99
|
1010
12 | description: Text<String>,

actix-multipart/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.75.
5+
- Minimum supported Rust version (MSRV) is now 1.82.
66

77
## 0.7.2
88

actix-router/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.82.
6+
57
## 0.5.3
68

79
- Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size.

actix-test/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.82.
6+
57
## 0.1.5
68

79
- Add `TestServerConfig::listen_address()` method.

0 commit comments

Comments
 (0)