Update Rust crate bindgen to 0.72.0
All checks were successful
build Build for the target platform
lint/clippy Check for common mistakes and opportunities for code improvement
All checks were successful
build Build for the target platform
lint/clippy Check for common mistakes and opportunities for code improvement
This commit is contained in:
parent
8cffb11df1
commit
6f4a5e90e7
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -13,9 +13,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bindgen"
|
||||
version = "0.71.1"
|
||||
version = "0.72.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
|
||||
checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cexpr",
|
||||
|
|
|
@ -10,7 +10,7 @@ libc = "0.2.144"
|
|||
log = { version = "0.4.27", features = ["release_max_level_info"] }
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.71.0"
|
||||
bindgen = "0.72.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue