Skip to content

Commit

Permalink
Stabilize git references for indicatif/console changes that were nece…
Browse files Browse the repository at this point in the history
…ssary for thread-local IO.

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
stuhood committed Mar 2, 2021
1 parent e23352a commit 572ea19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/rust/engine/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/rust/engine/Cargo.toml
Expand Up @@ -152,4 +152,4 @@ prost = { git = "https://github.com/danburkert/prost", rev = "a1cccbcee343e2c444
prost-build = { git = "https://github.com/danburkert/prost", rev = "a1cccbcee343e2c444e1cd2738c7fba2599fc391" }
prost-types = { git = "https://github.com/danburkert/prost", rev = "a1cccbcee343e2c444e1cd2738c7fba2599fc391" }
# TODO: Posted as https://github.com/mitsuhiko/console/pull/93.
console = { git = "https://github.com/stuhood/console", branch = "stuhood/term-target-for-arbitrary-handles" }
console = { git = "https://github.com/pantsbuild/console", rev = "b6e9aa7ce734517691934d558d79a459609633db" }
4 changes: 2 additions & 2 deletions src/rust/engine/ui/Cargo.toml
Expand Up @@ -11,8 +11,8 @@ path = "src/console_ui.rs"
console = "0.14"
futures = "0.3"
indexmap = "1.4"
# TODO: Posted as https://github.com/mitsuhiko/indicatif/pull/241.
indicatif = { git = "https://github.com/stuhood/indicatif", branch = "stuhood/properly-query-width" }
# TODO: Waiting for https://github.com/mitsuhiko/indicatif/pull/241 to be released.
indicatif = { git = "https://github.com/mitsuhiko/indicatif", rev = "fa5e3c7ccc877c117f1db88bdaf19c48498d9616" }
stdio = { path = "../stdio" }
task_executor = { path = "../task_executor" }
uuid = { version = "0.7", features = ["v4"] }
Expand Down

0 comments on commit 572ea19

Please sign in to comment.