LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.72k stars 113 forks source link

chore: Replace atty crate with std::io::IsTerminal #257

Closed tottoto closed 6 months ago

tottoto commented 6 months ago

Issue #, if available:

Description of changes:

Replaces atty crate with std::io::IsTerminal trait.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

LukeMathWalker commented 6 months ago

Thanks!