We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb82666 commit 0ecf7c9Copy full SHA for 0ecf7c9
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.50.0`, but
+best compatibility. At the time of writing the latest bindgen is `0.51.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.
11
12
```toml
13
[build-dependencies]
14
-bindgen = "0.50"
+bindgen = "0.51.1"
15
```
0 commit comments