We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1661421 + 1c6a179 commit 8779c91Copy full SHA for 8779c91
book/src/tutorial-1.md
@@ -4,12 +4,12 @@ First we need to declare a build-time dependency on `bindgen` by adding it to
4
the `[build-dependencies]` section of our crate's `Cargo.toml` file.
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.49.0`, but
+best compatibility. At the time of writing the latest bindgen is `0.49.2`, 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.
11
12
```toml
13
[build-dependencies]
14
-bindgen = "0.49.0"
+bindgen = "0.49.2"
15
```
0 commit comments