We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a86e5b commit 1ab9c08Copy full SHA for 1ab9c08
Cargo.toml
@@ -3,7 +3,7 @@ resolver = "2"
3
members = ["qpdf-sys", "qpdf-rs"]
4
5
[workspace.package]
6
-version = "0.3.2"
+version = "0.3.3"
7
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
8
edition = "2021"
9
repository = "https://github.com/ancwrd1/qpdf-rs"
qpdf-sys/build.rs
@@ -186,7 +186,8 @@ fn base_build() -> cc::Build {
186
build
187
.warnings(false)
188
.extra_warnings(false)
189
- .define("POINTERHOLDER_TRANSITION", "0")
+ .define("POINTERHOLDER_TRANSITION", "4")
190
+ .define("QPDF_DISABLE_QTC", "1")
191
.include(root.join("include"));
192
193
0 commit comments