Patch is-terminal to the std-included IsTerminal

This commit is contained in:
Luke Parker
2023-12-05 02:50:30 -05:00
parent 8b26a85faa
commit 9f7140c3db
4 changed files with 19 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ members = [
"tests/full-stack",
"tests/reproducible-runtime",
"patches/is-terminal",
"patches/option-ext",
"patches/directories-next",
]
@@ -99,6 +100,9 @@ lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs", rev
# Needed due to dockertest's usage of `Rc`s when we need `Arc`s
dockertest = { git = "https://github.com/kayabaNerve/dockertest-rs", branch = "arc" }
# is-terminal now has an std-based solution with an equivalent API
is-terminal = { path = "patches/is-terminal" }
# directories-next was created because directories was unmaintained
# directories-next is now unmaintained while directories is maintained
# The directories author pulls in ridiculously pointless crates and prefers