diff options
author | Bacon <baconator@users.noreply.github.com> | 2018-10-13 09:53:27 -0700 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-13 22:08:04 +0200 |
commit | a77b136f436e2e77d7cb67cd439f8fba33b71570 (patch) | |
tree | b8a91dc15ef667f0a938047c8c40f5697767826e | |
parent | 6055f364bd1d341da8fa881741ec36ab0abf0a7a (diff) |
Update bindgen version in tutorial.
-rw-r--r-- | book/src/tutorial-1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/tutorial-1.md b/book/src/tutorial-1.md index 161b1c55..3256a605 100644 --- a/book/src/tutorial-1.md +++ b/book/src/tutorial-1.md @@ -5,5 +5,5 @@ Declare a build-time dependency on `bindgen` by adding it to the ```toml [build-dependencies] -bindgen = "0.26.3" +bindgen = "0.42.2" ``` |