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:
4242 with :
4343 # MSRV below is documented in Cargo.toml and README.md, please update those if you
4444 # change this.
45- toolchain : 1.70.0
45+ toolchain : 1.74.1
4646
4747 - name : Test lib with msrv
48- run : cargo +1.70.0 test --package bindgen
48+ run : cargo +1.74.1 test --package bindgen
4949
5050 - name : Install msrv for cli
5151 uses : dtolnay/rust-toolchain@master
5252 with :
5353 # MSRV below is documented in Cargo.toml and README.md, please update those if you
5454 # change this.
55- toolchain : 1.70.0
55+ toolchain : 1.74.1
5656
5757 - 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
5959
6060 minimal :
6161 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments