Skip to content

Commit dd9a550

Browse files
jschweemilio
authored andcommitted
Fix minimal Rust version in CI
The minimum rust version was bumped, so we need to install the appropriate version in CI.
1 parent 0529d21 commit dd9a550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cbindgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Install minimum supported Rust version
3333
id: msrv
34-
uses: dtolnay/rust-toolchain@1.57
34+
uses: dtolnay/rust-toolchain@1.64
3535

3636
- name: Build with minimum supported Rust version
3737
run: |

0 commit comments

Comments
 (0)