Skip to content

Commit

Permalink
Fix minimal Rust version in CI
Browse files Browse the repository at this point in the history
The minimum rust version was bumped, so we need
to install the appropriate version in CI.
  • Loading branch information
jschwe committed Aug 25, 2023
1 parent 378eb89 commit 24cdc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cbindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install minimum supported Rust version
id: msrv
uses: dtolnay/rust-toolchain@1.57
uses: dtolnay/rust-toolchain@1.64

- name: Build with minimum supported Rust version
run: |
Expand Down

0 comments on commit 24cdc76

Please sign in to comment.