Skip to content

Commit

Permalink
Use fork of indicatif to work around output truncation (#20269)
Browse files Browse the repository at this point in the history
Fixes #20171.
  • Loading branch information
tgolsson authored Dec 10, 2023
1 parent 5f0bc44 commit 0be1104
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

3 changes: 3 additions & 0 deletions src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,10 @@ 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" }


# Default lints adopted by most crates in this workspace.
Expand Down

0 comments on commit 0be1104

Please sign in to comment.