Skip to content

Commit 784d3e8

Browse files
committed
bindgen-cli v0.61.0
We need to explicitly specify the bindgen-cli version.
1 parent adb178a commit 784d3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "bindgen"
2424
travis-ci = { repository = "rust-lang/rust-bindgen" }
2525

2626
[dependencies]
27-
bindgen = { path = "../bindgen" }
27+
bindgen = "0.61.0"
2828
shlex = "1"
2929
clap = "3"
3030
env_logger = { version = "0.9.0", optional = true }

0 commit comments

Comments
 (0)