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 authored and emilio committed Aug 25, 2023
1 parent 0529d21 commit dd9a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cbindgen.yml
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 dd9a550

Please sign in to comment.