Skip to content

Commit eaf4492

Browse files
committed
remove clap dependency 🎉
1 parent 73b47d3 commit eaf4492

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Diff for: Cargo.lock

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

Diff for: 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 }

Diff for: bindgen-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = [
99
]
1010

1111
[dev-dependencies]
12-
bindgen = { version = "=0.60.1", path = "../bindgen", features = [ "clap" ] }
12+
bindgen = { version = "=0.60.1", path = "../bindgen" }
1313
diff = "0.1"
1414
shlex = "1"
1515
clap = "3"

Diff for: 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)