Skip to content

Commit 8582fb3

Browse files
authored
Bump clang-sys version (#2368)
* Bump `clang-sys` version * add libtinfo5 package to fix CI
1 parent aa9849b commit 8582fb3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/bindgen.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@ jobs:
166166
toolchain: stable
167167
target: ${{matrix.target.rust}}
168168
override: true
169-
169+
- name: Install libtinfo
170+
if: matrix.os == 'ubuntu-latest'
171+
run: |
172+
sudo apt-get update
173+
sudo apt-get install libtinfo5
170174
- name: Run all the tests
171175
env:
172176
GITHUB_ACTIONS_OS: ${{matrix.os}}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
name.
159159
* The `ParseCallbacks::generated_name_override` now receives `ItemInfo<'_>` as
160160
argument instead of a `&str`.
161+
* Updated the `clang-sys` crate version to 1.4.0 to support clang 15.
161162

162163
## Removed
163164

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)