We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ed6f4 commit c153553Copy full SHA for c153553
README.md
@@ -39,7 +39,7 @@ extern "C" {
39
40
## MSRV
41
42
-The minimum supported Rust version is **1.34**.
+The minimum supported Rust version is **1.40**.
43
44
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
ci/script.sh
@@ -31,8 +31,8 @@ case "$BINDGEN_JOB" in
31
# This test should not use Cargo.lock as it's ignored for library builds
32
rm Cargo.lock
33
# The MSRV below is also documented in README.md, please keep in sync
34
- rustup install 1.34.0
35
- cargo +1.34.0 build --lib $NO_DEFAULT_FEATURES --features "$BINDGEN_FEATURES"
+ rustup install 1.40.0
+ cargo +1.40.0 build --lib $NO_DEFAULT_FEATURES --features "$BINDGEN_FEATURES"
36
;;
37
38
"integration")
0 commit comments