mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 11:40:04 +00:00
Fix: Pass value of --roots
to cargo-install
as --root
(#860)
Pass value of `--roots` to `cargo-install` as `--root` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9c7da6a179
commit
44e81c7e1a
3 changed files with 10 additions and 1 deletions
|
@ -32,6 +32,8 @@ pub struct Options {
|
|||
|
||||
pub temp_dir: PathBuf,
|
||||
pub install_path: PathBuf,
|
||||
pub cargo_root: Option<PathBuf>,
|
||||
|
||||
pub client: Client,
|
||||
pub gh_api_client: GhApiClient,
|
||||
pub jobserver_client: LazyJobserverClient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue