Skip to content

Commit b84b5cb

Browse files
committed
Update MSRV: 1.66.0 -> 1.70.0
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 05f7d1e commit b84b5cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
rust:
15-
- 1.66.0
15+
- 1.70.0
1616
- stable
1717

1818
steps:

.github/workflows/msrv.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12-
- 1.66.0
12+
- 1.70.0
1313
- stable
1414
- beta
1515
- nightly
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
matrix:
119119
rust:
120-
- 1.66.0
120+
- 1.70.0
121121
- 1.73.0
122122

123123
steps:

README.md

+1-1
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.66.0 and newer.
61+
We currently support Rust 1.70.0 and newer.
6262

6363

6464
## License

0 commit comments

Comments
 (0)