Skip to content

Commit

Permalink
Update term dependency to 0.6.x
Browse files Browse the repository at this point in the history
Summary: 0.6 isn't semver-compatible with 0.5 so we have to bump our Cargo.toml.

Reviewed By: d16r

Differential Revision: D19352389

fbshipit-source-id: 22226f53eec450d2c156872fd740c8aa7f27f905
  • Loading branch information
swolchok authored and facebook-github-bot committed Jan 14, 2020
1 parent facc33b commit 86a4a9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ num_cpus = "1.8.0"
regex = "1.1.2"
rprompt = "1.0.3"
scopeguard = "1.0.0"
term = "0.5.1"
term = "0.6.1"
term_size = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit 86a4a9a

Please sign in to comment.