Skip to content

Commit

Permalink
remove clap dependency 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Oct 3, 2022
1 parent 000c769 commit fa0c34a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindgen-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = [
travis-ci = { repository = "rust-lang/rust-bindgen" }

[dependencies]
bindgen = { version = "=0.60.1", path = "../bindgen", features = [ "clap" ] }
bindgen = { version = "=0.60.1", path = "../bindgen" }
shlex = "1"
clap = "3"
env_logger = { version = "0.9.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion bindgen-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = [
]

[dev-dependencies]
bindgen = { version = "=0.60.1", path = "../bindgen", features = [ "clap" ] }
bindgen = { version = "=0.60.1", path = "../bindgen" }
diff = "0.1"
shlex = "1"
clap = "3"
Expand Down
1 change: 0 additions & 1 deletion bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ travis-ci = { repository = "rust-lang/rust-bindgen" }
[dependencies]
bitflags = "1.0.3"
cexpr = "0.6"
clap = { version = "3", optional = true }
clang-sys = { version = "1", features = ["clang_6_0"] }
lazycell = "1"
lazy_static = "1"
Expand Down

0 comments on commit fa0c34a

Please sign in to comment.