summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-16 16:22:49 +0000
committerGitHub <noreply@github.com>2023-02-16 16:22:49 +0000
commitc8a298d23fe5176f07d2a507690b4119220445ea (patch)
tree987038a5c1ed8e2f701843dbe9db040d3d107114
parent40a7ac4546aa3ee8b3bcbf47ea651fc7e6d420c0 (diff)
parent2d99bbd738b5dbbe02257f26489f7d3904bf9f2b (diff)
-rw-r--r--book/src/tutorial-1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/book/src/tutorial-1.md b/book/src/tutorial-1.md
index cac4f255..182a777f 100644
--- a/book/src/tutorial-1.md
+++ b/book/src/tutorial-1.md
@@ -13,3 +13,9 @@ you're unsure.
[build-dependencies]
bindgen = "0.53.1"
```
+
+> ⚠️ **Warning**
+>
+> `bindgen` needs to be added to the `[build-dependencies]` section, not the normal
+> `[dependencies]` section. If you add it as a regular dependency, you will get
+> errors like the following: `` error[E0463]: can't find crate for `bindgen` ``