Skip to content

Commit

Permalink
Fix CI (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Nov 2, 2024
1 parent 943b781 commit f50e4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ steps.metadata.outputs.rust-version }}
components: rustfmt

- run: just ci-test-msrv

publish:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bindgen_helpers"
version = "0.1.0"
version = "0.1.1"
description = "Utilities to rename, change case, and fix Rust code generated by bindgen from C headers"
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
repository = "https://github.com/nyurik/bindgen_helpers"
Expand Down

0 comments on commit f50e4fc

Please sign in to comment.