Skip to content

Commit

Permalink
Pin is-terminal for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 1, 2023
1 parent 74ee99b commit f4af585
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
28 changes: 21 additions & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ tree-sitter = "0.20.9"
libc = "0.2.108"
log = "0.4.14"
pretty_env_logger = "0.5.0"
# is-terminal is a dependency of env_logger, but 0.4.8 requires rust 1.63.
is-terminal = ">= 0.4, < 0.4.8"

mimalloc = { version = "0.1.28", default-features = false }
# Pin libmimalloc-sys due to 0.1.25 producing a huge slowdown in very
# large textual files, as discussed in #297.
Expand Down

0 comments on commit f4af585

Please sign in to comment.