cargo-binstall/crates
Jiahao XU 934ccc257b
Support new cmdline option --roots (#389)
* Add new field `Args::roots`
* Use `env::var_os` to fetch `CARGO_INSTALL_ROOTS`
   Previously, it uses `env::var`, which might reject valid path just
   because it is not utf-8 string.
* Update manifest if `CARGO_INSTALL_ROOT` is specified
* Add new fn `install_path::get_cargo_roots_path`
* Fix updating manifest: Use `cargo_roots` instead of default path
* Rm `helpers::statics::cargo_home`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-09-17 20:34:36 +12:00
..
bin Support new cmdline option --roots (#389) 2022-09-17 20:34:36 +12:00
binstalk Support new cmdline option --roots (#389) 2022-09-17 20:34:36 +12:00
detect-targets release: detect-targets v0.1.2 (#347) 2022-09-05 05:14:07 +00:00
detect-wasi release: detect-wasi v1.0.0 (#332) 2022-09-04 13:45:28 +00:00
fs-lock release: fs-lock v0.1.0 (#339) 2022-09-04 16:04:52 +00:00
normalize-path release: normalize-path v0.1.0 (#335) 2022-09-04 14:59:51 +00:00