Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 3e10a05

Browse files
RuoqingHeroypat
authored andcommitted
chore: Update bindgen used to latest
The 0.70.1 version of `bindgen` provides the same definition and better readability of tests generated. Improve generated code readability while leaving its functionality intact and unchanged. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 05b07ac commit 3e10a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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://crates.io/crates/bindgen) version 0.64.0:
7+
[bindgen](https://crates.io/crates/bindgen) version 0.70.1:
88
```bash
9-
cargo install bindgen-cli --vers 0.64.0
9+
cargo install bindgen-cli --vers 0.70.1
1010
```
1111

1212
### Linux Kernel

0 commit comments

Comments
 (0)