Update Rust crate bindgen to v0.70.1
All checks were successful
lint/clippy Check for common mistakes and opportunities for code improvement
build Build for the target platform
All checks were successful
lint/clippy Check for common mistakes and opportunities for code improvement
build Build for the target platform
This commit is contained in:
parent
e11ece4313
commit
8a3d611650
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -13,9 +13,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bindgen"
|
||||
version = "0.70.0"
|
||||
version = "0.70.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e0127a1da21afb5adaae26910922c3f7afd3d329ba1a1b98a0884cab4907a251"
|
||||
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cexpr",
|
||||
|
|
Loading…
Add table
Reference in a new issue