Skip to content

Commit 3e51e2d

Browse files
alyssaisepilys
authored andcommitted
virtio-bindings: regenerate with bindgen 0.70.1
This has replaced all the tests with compile time assertions. Signed-off-by: Alyssa Ross <hi@alyssa.is>
1 parent ef53fb8 commit 3e51e2d

File tree

11 files changed

+1397
-5535
lines changed

11 files changed

+1397
-5535
lines changed

virtio-bindings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upcoming Release
22

3+
## Changed
4+
5+
- Regenerate bindings with bindgen 0.70.1.
6+
37
# v0.2.3
48

59
## Added

virtio-bindings/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Bindgen
66
The bindings are currently generated using
7-
[bindgen](https://rust-lang.github.io/rust-bindgen/) version 0.63.0:
7+
[bindgen](https://rust-lang.github.io/rust-bindgen/) version 0.70.1:
88
```bash
9-
cargo install bindgen-cli --vers 0.63.0
9+
cargo install bindgen-cli --vers 0.70.1
1010
```
1111

1212
### Linux Kernel

0 commit comments

Comments
 (0)