File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern "C" {
39
39
40
40
## MSRV
41
41
42
- The minimum supported Rust version is ** 1.34 ** .
42
+ The minimum supported Rust version is ** 1.40 ** .
43
43
44
44
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
45
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ case "$BINDGEN_JOB" in
31
31
# This test should not use Cargo.lock as it's ignored for library builds
32
32
rm Cargo.lock
33
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 "
34
+ rustup install 1.40 .0
35
+ cargo +1.40 .0 build --lib $NO_DEFAULT_FEATURES --features " $BINDGEN_FEATURES "
36
36
;;
37
37
38
38
" integration" )
You can’t perform that action at this time.
0 commit comments