Remove `atty` dependency
Dependencies
- [2]
2MKP7CB7Move dependencies into workspace `Cargo.toml` - [3]
5BB266P6Optional colours in the global config file - [4]
EJ7TFFOWRe-adding Cargo.lock - [5]
STG7MO5MVersion bump - [6]
V7FJ2EPWVersion bump - [7]
4RV7T4SRMigrate from `pijul::config` to `pijul-config` - [8]
RIZ4IP76Solving more conflicts - [9]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [10]
SYZ44SKFRemove `async_trait` crate - [11]
A3RM526YIntegrating identity malleability - [12]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul - [13]
RH7NSV7FBump lockfile - [14]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [15]
I24UEJQLVarious post-fire fixes - [16]
PNJL5TPZVersion bump - [17]
TCXM4WIJRemove unused dependencies - [18]
U6TQX5Z2pager function respects cli option and user config files, PAGER env var - [19]
OQQ4TGEMPrinting modifications only once in pijul diff - [20]
RZ75BZCIRemove unused dependencies
Change contents
- replacement in pijul/src/commands/diff.rs at line 2
use std::io::Write;use std::io::{IsTerminal, Write}; - replacement in pijul/src/commands/diff.rs at line 356
let mut colors = atty::is(atty::Stream::Stdout);let mut colors = std::io::stdout().is_terminal(); - edit in pijul/Cargo.toml at line 26
atty.workspace = true - edit in Cargo.toml at line 26
atty = "0.2" - edit in Cargo.lock at line 1862
"atty",