Skip to content

Commit 8a87299

Browse files
committed
finishing touches
1 parent 7bd1236 commit 8a87299

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bindgen-cli/Cargo.toml

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

3131
[dependencies]
32-
bindgen = { version = "=0.60.1", path = "../bindgen" }
32+
bindgen = { path = "../bindgen" }
3333
shlex = "1"
3434
clap = "3"
3535
env_logger = { version = "0.9.0", optional = true }

bindgen-tests/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
name = "bindgen-tests"
33
edition = "2018"
44
version = "0.1.0"
5+
publish = false
56

67
include = [
78
"Cargo.toml",
89
"build.rs",
910
]
1011

1112
[dev-dependencies]
12-
bindgen = { version = "=0.60.1", path = "../bindgen" }
13+
bindgen = { path = "../bindgen" }
1314
diff = "0.1"
1415
shlex = "1"
1516
clap = "3"

0 commit comments

Comments
 (0)