Skip to content

Commit

Permalink
Bump clang-sys version (#2368)
Browse files Browse the repository at this point in the history
* Bump `clang-sys` version

* add libtinfo5 package to fix CI
  • Loading branch information
pvdrz authored Dec 7, 2022
1 parent aa9849b commit 8582fb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,11 @@ jobs:
toolchain: stable
target: ${{matrix.target.rust}}
override: true

- name: Install libtinfo
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libtinfo5
- name: Run all the tests
env:
GITHUB_ACTIONS_OS: ${{matrix.os}}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
name.
* The `ParseCallbacks::generated_name_override` now receives `ItemInfo<'_>` as
argument instead of a `&str`.
* Updated the `clang-sys` crate version to 1.4.0 to support clang 15.

## Removed

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8582fb3

Please sign in to comment.