Skip to content

Commit 4d1a304

Browse files
committed
update bindgen
1 parent a75dec6 commit 4d1a304

File tree

4 files changed

+715
-2217
lines changed

4 files changed

+715
-2217
lines changed

proj-sys/CHANGES.md

+5
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

+1-1
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

+1-1
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)