Skip to content

Commit 3a92760

Browse files
committed
MSRV: 1.64.0 -> 1.65.0
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 86f8e53 commit 3a92760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
rust:
17-
- 1.64.0
17+
- 1.65.0
1818
- stable
1919
- beta
2020
# - nightly
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- uses: actions-rs/toolchain@v1
6464
with:
65-
toolchain: 1.64.0
65+
toolchain: 1.65.0
6666
- run: rustup component add rustfmt
6767
- name: cargo-fmt
6868
uses: actions-rs/cargo@v1
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
matrix:
9292
rust:
93-
- 1.64.0
93+
- 1.65.0
9494
- stable
9595
- beta
9696
# - nightly
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v4
118118
- uses: actions-rs/toolchain@v1
119119
with:
120-
toolchain: 1.64.0
120+
toolchain: 1.65.0
121121
override: true
122122
- uses: swatinem/rust-cache@v2
123123
- run: rustup component add clippy

0 commit comments

Comments
 (0)