Skip to content

Commit

Permalink
Upgrade bindgen to 0.71.1 in pyo3-ffi-check
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 18, 2025
1 parent e8ced46 commit 12c6d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-ffi-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "../pyo3-ffi"
features = ["extension-module"] # A lazy way of skipping linking in most cases (as we don't use any runtime symbols)

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.71.1"
pyo3-build-config = { path = "../pyo3-build-config" }

[workspace]
Expand Down

0 comments on commit 12c6d08

Please sign in to comment.