Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update to bindgen 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 7, 2024
1 parent 4032856 commit ef391ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.77.0]
rust: [nightly, beta, stable, 1.82.0]
os: [ubuntu]
include:
- name: macOS
Expand Down
2 changes: 1 addition & 1 deletion libfyaml-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.63"
libc = "0.2"

[build-dependencies]
bindgen = "0.70"
bindgen = "0.71"
cc = "1"

[lib]
Expand Down

0 comments on commit ef391ba

Please sign in to comment.