mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-03-02 19:55:59 +00:00
Bump clang-sys
version (#2368)
* Bump `clang-sys` version * add libtinfo5 package to fix CI
This commit is contained in:
parent
aa9849ba06
commit
8582fb383d
6
.github/workflows/bindgen.yml
vendored
6
.github/workflows/bindgen.yml
vendored
@ -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}}
|
||||
|
@ -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
|
||||
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -131,9 +131,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "clang-sys"
|
||||
version = "1.3.3"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
|
||||
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
|
||||
dependencies = [
|
||||
"glob",
|
||||
"libc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user