Skip to content

Commit b945405

Browse files
committed
fix: update bindgen in fitsio-sys-bindgen
It seems just a version bump was required. Looks like this PR: rust-lang/rust-bindgen#2203
1 parent fcd5468 commit b945405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fitsio-sys-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tempfile = "3.0.0"
2121

2222
[build-dependencies]
2323
pkg-config = "0.3.7"
24-
bindgen = "0.59.0"
24+
bindgen = "0.60.1"
2525

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

0 commit comments

Comments
 (0)