1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-08 22:30:55 +00:00

rsbddisasm: Update bindgen to 0.62.0

See https://github.com/rust-lang/rust-bindgen/issues/2312
This commit is contained in:
Anichitei Ionel-Cristinel 2024-02-20 14:46:59 +02:00 committed by GitHub
parent 698686ab14
commit ba14104087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,5 +23,5 @@ path = "src/lib.rs"
cty = "0.2.2"
[build-dependencies]
bindgen = "0.59.1"
bindgen = "0.62.0"
cc = "1.0.70"