generator: Upgrade to bindgen 0.61.0 (#673)

Seems to mostly result in less unused type aliases being generated, and
improved/reworked testing infrastructure.
This commit is contained in:
Marijn Suijten 2022-10-20 19:41:23 +02:00
parent 1d14729721
commit e400f5150c
2 changed files with 3544 additions and 5737 deletions

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ authors = ["Maik Klein <maikklein@googlemail.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
bindgen = "0.60" bindgen = "0.61"
heck = "0.4" heck = "0.4"
itertools = "0.10" itertools = "0.10"
nom = "7.1" nom = "7.1"