Skip to content

Commit

Permalink
Upgrade is-terminal to 0.4.12
Browse files Browse the repository at this point in the history
This switches the underlying implementation to use the libc crate
instead of rustix, which ends up removing the rustix dependency entirely
(outside of dev deps).

Also is-terminal has been merged into Rust itself and will go away
whenever there's a new lalrpop release we can update to.
  • Loading branch information
legoktm committed Feb 15, 2024
1 parent b201136 commit dba0af6
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 20 deletions.
102 changes: 84 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions supply-chain/imports.lock
Expand Up @@ -93,8 +93,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.is-terminal]]
version = "0.4.9"
when = "2023-07-06"
version = "0.4.12"
when = "2024-02-09"
user-id = 6825
user-login = "sunfishcode"
user-name = "Dan Gohman"
Expand Down

0 comments on commit dba0af6

Please sign in to comment.