Skip to content

Commit

Permalink
update bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Dec 20, 2024
1 parent cb00245 commit 498b6d7
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 2,217 deletions.
5 changes: 5 additions & 0 deletions proj-sys/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# UNRELEASED

- BREAKING: Update bindgen to 0.71.1


# 0.24.0

- Update to PROJ 9.4.0 (#196)
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libsqlite3-sys = ">=0.28,<0.31"
link-cplusplus = "1.0"

[build-dependencies]
bindgen = { version = "0.69", optional = true }
bindgen = { version = "0.71.1", optional = true }
pkg-config = "0.3.25"
cmake = "0.1.50"
flate2 = "1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The process of updating bindings looks like:
```
cd proj-sys
cargo clean
cargo build
cargo build --features=buildtime_bindgen
find ../target/debug/build/proj-sys* -name bindings.rs
```

Expand Down
Loading

0 comments on commit 498b6d7

Please sign in to comment.