Skip to content

Commit 8779c91

Browse files
authored
Merge pull request #1578 from georgio/patch-1
Update bindgen version
2 parents 1661421 + 1c6a179 commit 8779c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/tutorial-1.md

Lines changed: 2 additions & 2 deletions
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.49.0`, but
7+
best compatibility. At the time of writing the latest bindgen is `0.49.2`, 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.49.0"
14+
bindgen = "0.49.2"
1515
```

0 commit comments

Comments
 (0)