Skip to content

Commit c81df5d

Browse files
authored
update bindgen (#210)
The immediate instigation for this was georust/geo#1283. Turns out bindgen [dropped the `which` dependency](rust-lang/rust-bindgen@c03964c) a while back. But also, good to stay on top of the dependency updates.
1 parent cb00245 commit c81df5d

File tree

4 files changed

+715
-2217
lines changed

4 files changed

+715
-2217
lines changed

proj-sys/CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# UNRELEASED
2+
3+
- BREAKING: Update bindgen to 0.71.1
4+
5+
16
# 0.24.0
27

38
- Update to PROJ 9.4.0 (#196)

proj-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libsqlite3-sys = ">=0.28,<0.31"
1616
link-cplusplus = "1.0"
1717

1818
[build-dependencies]
19-
bindgen = { version = "0.69", optional = true }
19+
bindgen = { version = "0.71.1", optional = true }
2020
pkg-config = "0.3.25"
2121
cmake = "0.1.50"
2222
flate2 = "1.0.24"

proj-sys/MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The process of updating bindings looks like:
1818
```
1919
cd proj-sys
2020
cargo clean
21-
cargo build
21+
cargo build --features=buildtime_bindgen
2222
find ../target/debug/build/proj-sys* -name bindings.rs
2323
```
2424

0 commit comments

Comments
 (0)