Skip to content

Commit 0ecf7c9

Browse files
frozencemeteryemilio
authored andcommitted
[book] Update most recent version of bindgen
Signed-off-by: Robbie Harwood <[email protected]>
1 parent cb82666 commit 0ecf7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/tutorial-1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ First we need to declare a build-time dependency on `bindgen` by adding it to
44
the `[build-dependencies]` section of our crate's `Cargo.toml` file.
55

66
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
7+
best compatibility. At the time of writing the latest bindgen is `0.51.1`, but
88
you can always check [the bindgen page of
99
crates.io](https://crates.io/crates/bindgen) to verify the latest version if
1010
you're unsure.
1111

1212
```toml
1313
[build-dependencies]
14-
bindgen = "0.50"
14+
bindgen = "0.51.1"
1515
```

0 commit comments

Comments
 (0)