mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
dep: Bump gix from v0.52.0 => v0.53.1 (#1354)
* dep: Bump gix from v0.52.0 => v0.53.1 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix `gix` compilation: Enable `gix/max-performance-safe` without this feature, `ThreadSafeRepository` does not implement `Sync`, causes the `binstalk-registry` compilation to fail. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Enable `gix/comfort` for progress tracing Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fixed gix progress tracking: Enable `gix/progress-tree` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Rm feature `gix/{comfort, progress-tree}` Since they do not enable progress support and merely adds bloat. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix gix progress logging: Allow logging from simple-git Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Re-enable feature `gix/comfort` for more readable logging Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f26ab41961
commit
f31db762b4
4 changed files with 164 additions and 231 deletions
|
@ -202,6 +202,7 @@ pub fn logging(log_level: LevelFilter, json_output: bool) {
|
|||
"binstalk_registry",
|
||||
"cargo_binstall",
|
||||
"cargo_toml_workspace",
|
||||
"simple_git",
|
||||
]);
|
||||
|
||||
// Forward log to tracing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue