We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8cf06 commit 0152d70Copy full SHA for 0152d70
.github/workflows/bindgen.yml
@@ -42,20 +42,20 @@ jobs:
42
with:
43
# MSRV below is documented in Cargo.toml and README.md, please update those if you
44
# change this.
45
- toolchain: 1.70.0
+ toolchain: 1.74.1
46
47
- name: Test lib with msrv
48
- run: cargo +1.70.0 test --package bindgen
+ run: cargo +1.74.1 test --package bindgen
49
50
- name: Install msrv for cli
51
uses: dtolnay/rust-toolchain@master
52
53
54
55
56
57
- name: Test cli with msrv
58
- run: cargo +1.70.0 build --package bindgen-cli
+ run: cargo +1.74.1 build --package bindgen-cli
59
60
minimal:
61
runs-on: ubuntu-latest
0 commit comments