Skip to content

Commit

Permalink
Merge pull request #270 from simonrw/dependabot/cargo/fitsio-sys/bind…
Browse files Browse the repository at this point in the history
…gen-0.69

Update bindgen requirement from 0.66 to 0.69 in /fitsio-sys
  • Loading branch information
simonrw authored Dec 1, 2023
2 parents 032b30e + 481de67 commit 776f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitsio-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with-bindgen = ["bindgen"]
[build-dependencies]
pkg-config = "0.3.16"
autotools = ">= 0.2.5"
bindgen = { version = "0.66", optional = true }
bindgen = { version = "0.69", optional = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit 776f90d

Please sign in to comment.