Skip to content

Commit

Permalink
Merge pull request #1578 from georgio/patch-1
Browse files Browse the repository at this point in the history
Update bindgen version
  • Loading branch information
emilio committed Jun 14, 2019
2 parents 1661421 + 1c6a179 commit 8779c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/tutorial-1.md
Expand Up @@ -4,12 +4,12 @@ First we need to declare a build-time dependency on `bindgen` by adding it to
the `[build-dependencies]` section of our crate's `Cargo.toml` file.

Please always use the latest version of `bindgen`, it has the most fixes and
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
you can always check [the bindgen page of
crates.io](https://crates.io/crates/bindgen) to verify the latest version if
you're unsure.

```toml
[build-dependencies]
bindgen = "0.49.0"
bindgen = "0.49.2"
```

0 comments on commit 8779c91

Please sign in to comment.