Skip to content

Commit c153553

Browse files
KyleMayesemilio
authored andcommitted
Bump MSRV to 1.40.0
The libloading crate is used for runtime linking and since 0.6.0 it has a MSRV of 1.40.0
1 parent 18ed6f4 commit c153553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939

4040
## MSRV
4141

42-
The minimum supported Rust version is **1.34**.
42+
The minimum supported Rust version is **1.40**.
4343

4444
No MSRV bump policy has been established yet, so MSRV may increase in any release.
4545

ci/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ case "$BINDGEN_JOB" in
3131
# This test should not use Cargo.lock as it's ignored for library builds
3232
rm Cargo.lock
3333
# 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"
3636
;;
3737

3838
"integration")

0 commit comments

Comments
 (0)