cargo-binstall/crates/bin/src
Jiahao XU 0c5b7f115d
feat: Support --verbose --version/-vV (#1182)
that provides more information:

```
cargo-binstall: 1.0.0
build-date: 2023-07-18
build-target: aarch64-apple-darwin
build-features: default,fancy_no_backtrace,git,rustls,static,trust_dns,zstd_thin
build-commit-hash: 39d8cfc07f2253080ce997e620406c2994dced25
build-commit-date: 2023-07-18
rustc-version: 1.71.0
rustc-commit-hash: 8ede3aae28fe6e4d52b38157d7bfe0d3bceef225
rustc-llvm-version: 16.0
```

Fixed #627

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-07-18 05:22:41 +00:00
..
args.rs feat: Support --verbose --version/-vV (#1182) 2023-07-18 05:22:41 +00:00
bin_util.rs Perform startup/init code eagerly in entry::install_crates (#880) 2023-03-11 15:06:46 +11:00
entry.rs Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
git_credentials.rs Clarify git credential code and fix infinite loop bug (#898) 2023-03-13 14:40:36 +11:00
install_path.rs Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
lib.rs feat: Support install directly from git repo (#1162) 2023-06-24 01:01:31 +00:00
logging.rs Feature: Better retry policy in binstalk-downloader (#794) 2023-02-13 13:43:48 +11:00
main.rs feat: Support --verbose --version/-vV (#1182) 2023-07-18 05:22:41 +00:00
manifests.rs Fix #588 race cond updating .crates.toml (#645) 2023-01-04 01:01:02 +00:00
ui.rs Fix panic in ui::confirm on I/O error (#576) 2022-11-29 05:53:45 +00:00