diff options
author | Christian Poveda Ruiz <31802960+pvdrz@users.noreply.github.com> | 2022-10-24 15:31:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 15:31:02 -0500 |
commit | d86db07859025445230c8833e7a629792f5a2990 (patch) | |
tree | 7635283b4bd131b6298147bbc266edb7a89fee5c | |
parent | da548d20f482c09241a9dad08dd4c76dbb89ec8d (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |