Skip to content

Commit 1e08eba

Browse files
committed
build: bump MSRV to 1.72
1 parent 022b052 commit 1e08eba

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
2727
- { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc }
2828
version:
29-
- { name: msrv, version: 1.70.0 }
29+
- { name: msrv, version: 1.72.0 }
3030
- { name: stable, version: stable }
3131

3232
name: ${{ matrix.target.name }} / ${{ matrix.version.name }}

Cargo.toml

+1-1
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.70"
20+
rust-version = "1.72"
2121

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

actix-files/CHANGES.md

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

77
## 0.6.5
88

actix-files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![crates.io](https://img.shields.io/crates/v/actix-files?label=latest)](https://crates.io/crates/actix-files)
66
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.5)](https://docs.rs/actix-files/0.6.5)
7-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
7+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
88
![License](https://img.shields.io/crates/l/actix-files.svg)
99
<br />
1010
[![dependency status](https://deps.rs/crate/actix-files/0.6.5/status.svg)](https://deps.rs/crate/actix-files/0.6.5)

actix-http-test/CHANGES.md

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

77
## 3.2.0
88

actix-http-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![crates.io](https://img.shields.io/crates/v/actix-http-test?label=latest)](https://crates.io/crates/actix-http-test)
88
[![Documentation](https://docs.rs/actix-http-test/badge.svg?version=3.2.0)](https://docs.rs/actix-http-test/3.2.0)
9-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
9+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-http-test)
1111
<br>
1212
[![Dependency Status](https://deps.rs/crate/actix-http-test/3.2.0/status.svg)](https://deps.rs/crate/actix-http-test/3.2.0)

actix-http/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Changed
66

7-
- Minimum supported Rust version (MSRV) is now 1.70.
7+
- Minimum supported Rust version (MSRV) is now 1.72.
88

99
## 3.6.0
1010

actix-http/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![crates.io](https://img.shields.io/crates/v/actix-http?label=latest)](https://crates.io/crates/actix-http)
88
[![Documentation](https://docs.rs/actix-http/badge.svg?version=3.6.0)](https://docs.rs/actix-http/3.6.0)
9-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
9+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-http.svg)
1111
<br />
1212
[![dependency status](https://deps.rs/crate/actix-http/3.6.0/status.svg)](https://deps.rs/crate/actix-http/3.6.0)

actix-multipart-derive/CHANGES.md

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

77
## 0.6.1
88

actix-multipart-derive/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![crates.io](https://img.shields.io/crates/v/actix-multipart-derive?label=latest)](https://crates.io/crates/actix-multipart-derive)
88
[![Documentation](https://docs.rs/actix-multipart-derive/badge.svg?version=0.6.1)](https://docs.rs/actix-multipart-derive/0.6.1)
9-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
9+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-multipart-derive.svg)
1111
<br />
1212
[![dependency status](https://deps.rs/crate/actix-multipart-derive/0.6.1/status.svg)](https://deps.rs/crate/actix-multipart-derive/0.6.1)

actix-multipart-derive/tests/trybuild.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[rustversion::stable(1.70)] // MSRV
1+
#[rustversion::stable(1.72)] // MSRV
22
#[test]
33
fn compile_macros() {
44
let t = trybuild::TestCases::new();

actix-multipart/CHANGES.md

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

77
## 0.6.1
88

actix-multipart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![crates.io](https://img.shields.io/crates/v/actix-multipart?label=latest)](https://crates.io/crates/actix-multipart)
88
[![Documentation](https://docs.rs/actix-multipart/badge.svg?version=0.6.1)](https://docs.rs/actix-multipart/0.6.1)
9-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
9+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-multipart.svg)
1111
<br />
1212
[![dependency status](https://deps.rs/crate/actix-multipart/0.6.1/status.svg)](https://deps.rs/crate/actix-multipart/0.6.1)

actix-router/CHANGES.md

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

77
## 0.5.2
88

actix-router/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![crates.io](https://img.shields.io/crates/v/actix-router?label=latest)](https://crates.io/crates/actix-router)
66
[![Documentation](https://docs.rs/actix-router/badge.svg?version=0.5.2)](https://docs.rs/actix-router/0.5.2)
7-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
7+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-router.svg)
99
<br />
1010
[![dependency status](https://deps.rs/crate/actix-router/0.5.2/status.svg)](https://deps.rs/crate/actix-router/0.5.2)

actix-test/CHANGES.md

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

77
## 0.1.3
88

actix-web-actors/CHANGES.md

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

77
## 4.3.0
88

actix-web-actors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![crates.io](https://img.shields.io/crates/v/actix-web-actors?label=latest)](https://crates.io/crates/actix-web-actors)
88
[![Documentation](https://docs.rs/actix-web-actors/badge.svg?version=4.3.0)](https://docs.rs/actix-web-actors/4.3.0)
9-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
9+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![License](https://img.shields.io/crates/l/actix-web-actors.svg)
1111
<br />
1212
[![dependency status](https://deps.rs/crate/actix-web-actors/4.3.0/status.svg)](https://deps.rs/crate/actix-web-actors/4.3.0)

actix-web-codegen/CHANGES.md

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

77
## 4.2.2
88

actix-web-codegen/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![crates.io](https://img.shields.io/crates/v/actix-web-codegen?label=latest)](https://crates.io/crates/actix-web-codegen)
88
[![Documentation](https://docs.rs/actix-web-codegen/badge.svg?version=4.2.2)](https://docs.rs/actix-web-codegen/4.2.2)
9-
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
9+
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![License](https://img.shields.io/crates/l/actix-web-codegen.svg)
1111
<br />
1212
[![dependency status](https://deps.rs/crate/actix-web-codegen/4.2.2/status.svg)](https://deps.rs/crate/actix-web-codegen/4.2.2)

actix-web-codegen/tests/trybuild.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[rustversion::stable(1.70)] // MSRV
1+
#[rustversion::stable(1.72)] // MSRV
22
#[test]
33
fn compile_macros() {
44
let t = trybuild::TestCases::new();

actix-web/CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Changed
66

7-
- Minimum supported Rust version (MSRV) is now 1.70.
7+
- Minimum supported Rust version (MSRV) is now 1.72.
88

99
## 4.5.1
1010

actix-web/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[![crates.io](https://img.shields.io/crates/v/actix-web?label=latest)](https://crates.io/crates/actix-web)
1111
[![Documentation](https://docs.rs/actix-web/badge.svg?version=4.5.1)](https://docs.rs/actix-web/4.5.1)
12-
![MSRV](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
12+
![MSRV](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1313
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
1414
[![Dependency Status](https://deps.rs/crate/actix-web/4.5.1/status.svg)](https://deps.rs/crate/actix-web/4.5.1)
1515
<br />
@@ -37,7 +37,7 @@
3737
- SSL support using OpenSSL or Rustls
3838
- Middlewares ([Logger, Session, CORS, etc](https://actix.rs/docs/middleware/))
3939
- Integrates with the [`awc` HTTP client](https://docs.rs/awc/)
40-
- Runs on stable Rust 1.70+
40+
- Runs on stable Rust 1.72+
4141

4242
## Documentation
4343

awc/CHANGES.md

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

77
## 3.4.0
88

0 commit comments

Comments
 (0)