Skip to content

Commit

Permalink
bindgen-cli v0.61.0
Browse files Browse the repository at this point in the history
We need to explicitly specify the bindgen-cli version.
  • Loading branch information
emilio committed Oct 16, 2022
1 parent adb178a commit 784d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "bindgen"
travis-ci = { repository = "rust-lang/rust-bindgen" }

[dependencies]
bindgen = { path = "../bindgen" }
bindgen = "0.61.0"
shlex = "1"
clap = "3"
env_logger = { version = "0.9.0", optional = true }
Expand Down

0 comments on commit 784d3e8

Please sign in to comment.