Skip to content

Commit 1130dd7

Browse files
committed
remove clap dependency 🎉
1 parent d855c0b commit 1130dd7

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include = [
2525
travis-ci = { repository = "rust-lang/rust-bindgen" }
2626

2727
[dependencies]
28-
bindgen = { version = "=0.60.1", path = "../bindgen", features = [ "clap" ] }
28+
bindgen = { version = "=0.60.1", path = "../bindgen" }
2929
shlex = "1"
3030
clap = "3"
3131
env_logger = { version = "0.9.0", optional = true }

bindgen-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = [
1313
]
1414

1515
[dev-dependencies]
16-
bindgen = { version = "=0.60.1", path = "../bindgen", features = [ "clap" ] }
16+
bindgen = { version = "=0.60.1", path = "../bindgen" }
1717
diff = "0.1"
1818
shlex = "1"
1919
clap = "3"

bindgen/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ travis-ci = { repository = "rust-lang/rust-bindgen" }
3535
[dependencies]
3636
bitflags = "1.0.3"
3737
cexpr = "0.6"
38-
clap = { version = "3", optional = true }
3938
clang-sys = { version = "1", features = ["clang_6_0"] }
4039
lazycell = "1"
4140
lazy_static = "1"

0 commit comments

Comments
 (0)