File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
First we need to declare a build-time dependency on ` bindgen ` by adding it to
4
4
the ` [build-dependencies] ` section of our crate's ` Cargo.toml ` file.
5
5
6
- Please always use the latest version of ` bindgen ` , it has the most fixes and
7
- best compatibility. At the time of writing the latest bindgen is ` 0.53.1 ` , but
8
- you can always check [ the bindgen page of
9
- crates.io] ( https://crates.io/crates/bindgen ) to verify the latest version if
10
- you're unsure.
6
+ Please always use the latest version of ` bindgen ` , as it has the most fixes and
7
+ best compatibility.
8
+ You can always check the latest version at
9
+ [ the bindgen page in crates.io] ( https://crates.io/crates/bindgen ) .
11
10
12
11
``` toml
13
12
[build-dependencies ]
14
- bindgen = " 0.53 .1"
13
+ bindgen = " 0.65 .1"
15
14
```
16
15
17
16
> ⚠️ ** Warning**
You can’t perform that action at this time.
0 commit comments