Upgrading to clap 4 and new rustyrepl version (#9322)
commit1ba1a2ec931d803928d7369dd40b001421d20dde
authorSean Lawlor <seanlawlor@meta.com>
Wed, 8 Feb 2023 17:07:15 +0000 (8 09:07 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 8 Feb 2023 17:07:15 +0000 (8 09:07 -0800)
tree8eec6dd51f237e73af743434c6838ff9cc2c2bb5
parent49b10540ed9ec4520b01da0a31c246993ba8ccc4
Upgrading to clap 4 and new rustyrepl version (#9322)

Summary:
Pull Request resolved: https://github.com/facebook/hhvm/pull/9322

Clap4 is becoming the new standard version for Rust rootfoo and `rustyrepl` has already adopted the changen. This upgrades references of related code to `clap` 4 and `rustyrepl` 0.2

Reviewed By: zertosh, edwinsmith

Differential Revision: D43059704

fbshipit-source-id: 4313f9146205b1381a84e4d1a6469dbea304b655
18 files changed:
hphp/hack/src/Cargo.lock
hphp/hack/src/hackc/Cargo.toml
hphp/hack/src/hackc/compile/cargo/compile/Cargo.toml
hphp/hack/src/hackc/compile/compile.rs
hphp/hack/src/hackc/hackc/asm.rs
hphp/hack/src/hackc/hackc/asm_ir.rs
hphp/hack/src/hackc/hackc/compile.rs
hphp/hack/src/hackc/hackc/crc.rs
hphp/hack/src/hackc/hackc/decls.rs
hphp/hack/src/hackc/hackc/elaborate.rs
hphp/hack/src/hackc/hackc/expr_trees.rs
hphp/hack/src/hackc/hackc/facts.rs
hphp/hack/src/hackc/hackc/hackc.rs
hphp/hack/src/hackc/hackc/infer.rs
hphp/hack/src/hackc/hackc/parse.rs
hphp/hack/src/hackc/hackc/verify.rs
hphp/hack/src/utils/hhvm_options/Cargo.toml
hphp/hack/src/utils/hhvm_options/hhvm_options.rs