summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Poveda Ruiz <31802960+pvdrz@users.noreply.github.com>2022-10-24 15:31:02 -0500
committerGitHub <noreply@github.com>2022-10-24 15:31:02 -0500
commitd86db07859025445230c8833e7a629792f5a2990 (patch)
tree7635283b4bd131b6298147bbc266edb7a89fee5c /README.md
parentda548d20f482c09241a9dad08dd4c76dbb89ec8d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e2cf10b..c78f00dd 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ The minimum supported Rust version is **1.57.0**.
No MSRV bump policy has been established yet, so MSRV may increase in any release.
+The MSRV is the minimum Rust version that can be used to *compile* `bindgen`. However, `bindgen` can generate bindings that are compatible with Rust versions below the current MSRV.
+
## API Reference
[API reference documentation is on docs.rs](https://docs.rs/bindgen)