Skip to content

Commit 0152d70

Browse files
committed
Bump all dependencies
1 parent 9b8cf06 commit 0152d70

File tree

4 files changed

+115
-399
lines changed

4 files changed

+115
-399
lines changed

.github/workflows/bindgen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)