Skip to content

Commit

Permalink
Merge pull request #79 from messense/dependabot/cargo/bindgen-0.69
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.68 to 0.69
  • Loading branch information
messense authored Nov 6, 2023
2 parents 3e0a87e + b816a2d commit ec3a862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ epub = []
tesseract = []

[build-dependencies]
bindgen = { version = "0.68", default-features = false, features = ["runtime"] }
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }
cc = "1.0.50"
pkg-config = "0.3"

Expand Down

0 comments on commit ec3a862

Please sign in to comment.