Skip to content

Commit

Permalink
Update cmacro.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Oct 6, 2023
1 parent b3298e5 commit 9e28925
Show file tree
Hide file tree
Showing 11 changed files with 140 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
with:
# MSRV below is documented in Cargo.toml and README.md, please update those if you
# change this.
toolchain: 1.60.0
toolchain: 1.61.0

- name: Test lib with msrv
run: cargo +1.60.0 test --package bindgen
run: cargo +1.61.0 test --package bindgen

- name: Install msrv for cli
uses: dtolnay/rust-toolchain@master
Expand Down
Loading

0 comments on commit 9e28925

Please sign in to comment.