Skip to content

Commit

Permalink
update clap to v3.2.8 in third-party/rust
Browse files Browse the repository at this point in the history
Summary:
v3.2.8 incorporates clap-rs/clap#3882, which is needed for some of the Clap w/ Python CLI fallback code I'm working on.

Ran all of the steps in https://www.internalfb.com/intern/wiki/Rust-at-facebook/Managing_fbsource_third-party_with_Reindeer/#overview

Reviewed By: zertosh

Differential Revision: D37566754

fbshipit-source-id: 998a4cd79c660d34c5e8468b2b27b6e0971f80ef
  • Loading branch information
emersonford authored and facebook-github-bot committed Jul 6, 2022
1 parent 9179304 commit bafef19
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions hphp/hack/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 hphp/hack/src/hackc/cargo/hackc/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ anyhow = "1.0.56"
bstr = { version = "0.2", features = ["serde1"] }
bumpalo = { version = "3.8", features = ["collections"] }
bytecode_printer = { path = "../../bytecode_printer" }
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
compile = { path = "../../compile/cargo/compile" }
decl_provider = { path = "../../decl_provider" }
direct_decl_parser = { path = "../../../parser/api/cargo/direct_decl_parser" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/utils/ffi_cbindgen/Cargo.toml
Expand Up @@ -11,4 +11,4 @@ path = "ffi_cbindgen.rs"
[dependencies]
anyhow = "1.0.56"
cbindgen = "0.22.0"
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
2 changes: 1 addition & 1 deletion hphp/hack/src/utils/hhvm_options/Cargo.toml
Expand Up @@ -9,6 +9,6 @@ path = "hhvm_options.rs"

[dependencies]
anyhow = "1.0.56"
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
hdf = { path = "../hdf" }
hhvm_runtime_options = { path = "hhvm_runtime_options/hhvm_runtime_options" }

0 comments on commit bafef19

Please sign in to comment.