File tree Expand file tree Collapse file tree 4 files changed +115
-399
lines changed Expand file tree Collapse file tree 4 files changed +115
-399
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ jobs:
42
42
with :
43
43
# MSRV below is documented in Cargo.toml and README.md, please update those if you
44
44
# change this.
45
- toolchain : 1.70.0
45
+ toolchain : 1.74.1
46
46
47
47
- name : Test lib with msrv
48
- run : cargo +1.70.0 test --package bindgen
48
+ run : cargo +1.74.1 test --package bindgen
49
49
50
50
- name : Install msrv for cli
51
51
uses : dtolnay/rust-toolchain@master
52
52
with :
53
53
# MSRV below is documented in Cargo.toml and README.md, please update those if you
54
54
# change this.
55
- toolchain : 1.70.0
55
+ toolchain : 1.74.1
56
56
57
57
- name : Test cli with msrv
58
- run : cargo +1.70.0 build --package bindgen-cli
58
+ run : cargo +1.74.1 build --package bindgen-cli
59
59
60
60
minimal :
61
61
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments