mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Update Rust crate bindgen to 0.68
This commit is contained in:
parent
7edc6d16ab
commit
f2a407975b
4
emulator/Cargo.lock
generated
4
emulator/Cargo.lock
generated
|
@ -88,9 +88,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||
|
||||
[[package]]
|
||||
name = "bindgen"
|
||||
version = "0.66.1"
|
||||
version = "0.68.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
|
||||
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
|
||||
dependencies = [
|
||||
"bitflags 2.4.0",
|
||||
"cexpr",
|
||||
|
|
|
@ -15,6 +15,6 @@ exclude = [
|
|||
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.66"
|
||||
bindgen = "0.68"
|
||||
pkg-config = "0.3.27"
|
||||
cmake = "0.1"
|
Loading…
Reference in a new issue