You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ The minimum supported Rust version is **1.57.0**.
43
43
44
44
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
45
46
+
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.
47
+
46
48
## API Reference
47
49
48
50
[API reference documentation is on docs.rs](https://docs.rs/bindgen)
0 commit comments