Skip to content

Commit fd5aa23

Browse files
Merge pull request #512 from matthiasbeyer/update-msrv
Update MSRV: 1.70.0 -> 1.75.0
2 parents 292d331 + 54f7c2e commit fd5aa23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/msrv.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install toolchain
1414
uses: dtolnay/rust-toolchain@master
1515
with:
16-
toolchain: 1.70.0
16+
toolchain: 1.75.0
1717

1818
- name: Cache
1919
uses: Swatinem/rust-cache@v2
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install toolchain
3232
uses: dtolnay/rust-toolchain@master
3333
with:
34-
toolchain: 1.70.0
34+
toolchain: 1.75.0
3535

3636
- name: Cache
3737
uses: Swatinem/rust-cache@v2
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install toolchain
5151
uses: dtolnay/rust-toolchain@master
5252
with:
53-
toolchain: 1.70.0
53+
toolchain: 1.75.0
5454
components: rustfmt
5555

5656
- name: Run cargo fmt
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install toolchain
6969
uses: dtolnay/rust-toolchain@master
7070
with:
71-
toolchain: 1.70.0
71+
toolchain: 1.75.0
7272
components: clippy
7373

7474
- name: Cache

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ more usage information.
5858

5959
## MSRV
6060

61-
We currently support Rust 1.70.0 and newer.
61+
We currently support Rust 1.75.0 and newer.
6262

6363

6464
## License

0 commit comments

Comments
 (0)