diff options
-rw-r--r-- | .github/workflows/bindgen.yml | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bindgen.yml b/.github/workflows/bindgen.yml index e750bc40..bb2d565e 100644 --- a/.github/workflows/bindgen.yml +++ b/.github/workflows/bindgen.yml @@ -48,11 +48,11 @@ jobs: profile: minimal # MSRV below is documented in README.md, please update that if you # change this. - toolchain: 1.46.0 + toolchain: 1.54.0 override: true - name: Build with msrv - run: rm Cargo.lock && cargo +1.46.0 build --lib + run: rm Cargo.lock && cargo +1.54.0 build --lib quickchecking: runs-on: ubuntu-latest @@ -39,7 +39,7 @@ extern "C" { ## MSRV -The minimum supported Rust version is **1.46**. +The minimum supported Rust version is **1.54**. No MSRV bump policy has been established yet, so MSRV may increase in any release. |