Skip to content

Commit b1c32c4

Browse files
Merge pull request #142 from TobiasBengtsson/bindgen-version060
Switch back to using version for bindgen
2 parents ccb81f0 + 58a5e1b commit b1c32c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ skeptic = "0.13"
2525
[build-dependencies]
2626
anyhow = "1"
2727
# bindgen = { version = "0.59" }
28-
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", branch = "master" }
28+
bindgen = "0.60"
2929
cc = "1.0"
3030
skeptic = "0.13"
3131

0 commit comments

Comments
 (0)