We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856dcac commit 1cd618eCopy full SHA for 1cd618e
book/src/tutorial-1.md
@@ -10,7 +10,7 @@ You can always check the latest version at
10
11
```toml
12
[build-dependencies]
13
-bindgen = "0.65.1"
+bindgen = "0.71.0"
14
```
15
16
> ⚠️ **Warning**
book/src/tutorial-3.md
@@ -30,7 +30,7 @@ fn main() {
30
.header("wrapper.h")
31
// Tell cargo to invalidate the built crate whenever any of the
32
// included header files changed.
33
- .parse_callbacks(Box::new(bindgen::CargoCallbacks))
+ .parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
34
// Finish the builder and generate the bindings.
35
.generate()
36
// Unwrap the Result and panic on failure.
0 commit comments