Skip to content

Commit

Permalink
Use fork of indicatif to work around output truncation (pantsbuild#20269
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Dec 10, 2023
1 parent 01a314f commit 7d3302c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/rust/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,8 @@ tree-sitter-javascript = "0.20.1"
tree-sitter-python = "0.20.4"

[patch.crates-io]
# https://github.com/console-rs/console/pull/186
console = { version = "0.15.7", git = "https://github.com/tgolsson/console.git", rev = "5483880905f384679d322e83c37180f122951995" }

# https://github.com/console-rs/indicatif/pull/608
indicatif = { version = "0.17.7", git = "https://github.com/tgolsson/indicatif.git", rev = "31890f0ac55f9727d152ad314a78757ccc0142b6" }

0 comments on commit 7d3302c

Please sign in to comment.