Skip to content

Commit 3ed8cfc

Browse files
committed
Reinclude wrapper.h
This file is needed for builds with the buildtime_bindgen feature enabled.
1 parent adc5a7d commit 3ed8cfc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
55

66
## Unreleased
77

8+
### pq-sys [0.7.5] 2025-10-14
9+
10+
* Reinclude the wrapper.h file into the published package as it is needed for buildtime_bindgen based builds.
11+
812
### pq-sys [0.7.4] 2025-10-09
913

1014
* Remove a unneeded shell script from the published package

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "pq-sys"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
description = "Auto-generated rust bindings for libpq"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/sgrif/pq-sys"
77
links = "pq"
88
build = "build.rs"
99
edition = "2021"
1010
rust-version = "1.82.0"
11-
include = ["README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs", "build.rs", "bindings/**/*.rs"]
11+
include = ["README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs", "build.rs", "bindings/**/*.rs", "wrapper.h"]
1212

1313
[workspace]
1414
members = ["pq-src"]

0 commit comments

Comments
 (0)