Skip to content

Commit

Permalink
Switch back to using version for bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBengtsson committed Jun 7, 2022
1 parent b93571e commit 58a5e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ skeptic = "0.13"
[build-dependencies]
anyhow = "1"
# bindgen = { version = "0.59" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", branch = "master" }
bindgen = "0.60"
cc = "1.0"
skeptic = "0.13"

Expand Down

0 comments on commit 58a5e1b

Please sign in to comment.