Skip to content

Commit a1a0043

Browse files
justsmthemilio
authored andcommitted
Bump msrv to 1.56.1
1 parent 798c056 commit a1a0043

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/bindgen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
uses: actions-rs/toolchain@v1
4747
with:
4848
profile: minimal
49-
# MSRV below is documented in README.md, please update that if you
49+
# MSRV below is documented in Cargo.toml and README.md, please update those if you
5050
# change this.
51-
toolchain: 1.54.0
51+
toolchain: 1.56.1
5252
override: true
5353

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

5757
quickchecking:
5858
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ homepage = "https://rust-lang.github.io/rust-bindgen/"
1717
version = "0.60.1"
1818
edition = "2018"
1919
build = "build.rs"
20+
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
21+
rust-version = "1.56.1"
2022

2123
include = [
2224
"LICENSE",

README.md

Lines changed: 1 addition & 1 deletion
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.54**.
42+
The minimum supported Rust version is **1.56.1**.
4343

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

0 commit comments

Comments
 (0)