Skip to content

Commit ca78ae9

Browse files
mati865emilio
authored andcommitted
Bump MSRV to 1.54
1 parent 3bc4044 commit ca78ae9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bindgen.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
profile: minimal
4949
# MSRV below is documented in README.md, please update that if you
5050
# change this.
51-
toolchain: 1.46.0
51+
toolchain: 1.54.0
5252
override: true
5353

5454
- name: Build with msrv
55-
run: rm Cargo.lock && cargo +1.46.0 build --lib
55+
run: rm Cargo.lock && cargo +1.54.0 build --lib
5656

5757
quickchecking:
5858
runs-on: ubuntu-latest

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.46**.
42+
The minimum supported Rust version is **1.54**.
4343

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

0 commit comments

Comments
 (0)