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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,15 @@ extern "C" {
39
39
40
40
## MSRV
41
41
42
-
The minimum supported Rust version is **1.60.0**.
42
+
The `bindgen` minimum supported Rust version is **1.60.0**.
43
+
44
+
The `bindgen-cli` minimum supported Rust version is **1.64.0**.
43
45
44
46
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
47
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.
48
+
The MSRV is the minimum Rust version that can be used to *compile* each crate. However, `bindgen` and `bindgen-cli` can generate bindings that are compatible with Rust versions below the current MSRV.
49
+
50
+
Most of the time, the `bindgen-cli` crate will have a more recent MSRV than `bindgen` as crates such as `clap` require it.
0 commit comments