diff options
-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" ``` |