File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
46
46
uses : actions-rs/toolchain@v1
47
47
with :
48
48
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
50
50
# change this.
51
- toolchain : 1.54.0
51
+ toolchain : 1.56.1
52
52
override : true
53
53
54
54
- 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
56
56
57
57
quickchecking :
58
58
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ homepage = "https://rust-lang.github.io/rust-bindgen/"
17
17
version = " 0.60.1"
18
18
edition = " 2018"
19
19
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"
20
22
21
23
include = [
22
24
" LICENSE" ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern "C" {
39
39
40
40
## MSRV
41
41
42
- The minimum supported Rust version is ** 1.54 ** .
42
+ The minimum supported Rust version is ** 1.56.1 ** .
43
43
44
44
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
45
You can’t perform that action at this time.
0 commit comments