We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1236 commit 8a87299Copy full SHA for 8a87299
bindgen-cli/Cargo.toml
@@ -29,7 +29,7 @@ name = "bindgen"
29
travis-ci = { repository = "rust-lang/rust-bindgen" }
30
31
[dependencies]
32
-bindgen = { version = "=0.60.1", path = "../bindgen" }
+bindgen = { path = "../bindgen" }
33
shlex = "1"
34
clap = "3"
35
env_logger = { version = "0.9.0", optional = true }
bindgen-tests/Cargo.toml
@@ -2,14 +2,15 @@
2
name = "bindgen-tests"
3
edition = "2018"
4
version = "0.1.0"
5
+publish = false
6
7
include = [
8
"Cargo.toml",
9
"build.rs",
10
]
11
12
[dev-dependencies]
13
14
diff = "0.1"
15
16
0 commit comments