summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2022-01-15 16:18:53 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2022-01-29 11:30:39 +0100
commitca78ae9c41998713db0c6fa70cd21089cdb2af2c (patch)
tree721cee28df147cbd0f1be686dd231b24010b7df5
parent3bc4044c789fa52e141942dfafe500b1335b6487 (diff)
Bump MSRV to 1.54
-rw-r--r--.github/workflows/bindgen.yml4
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index 7b2dbbc2..4b1194fa 100644
--- a/README.md
+++ b/README.md
@@ -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.