Remove `atty` dependency
Dependencies
- [2]
2MKP7CB7Move dependencies into workspace `Cargo.toml` - [3]
OQQ4TGEMPrinting modifications only once in pijul diff - [4]
RH7NSV7FBump lockfile - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
PNJL5TPZVersion bump - [7]
STG7MO5MVersion bump - [8]
A3RM526YIntegrating identity malleability - [9]
RIZ4IP76Solving more conflicts - [10]
U6TQX5Z2pager function respects cli option and user config files, PAGER env var - [11]
EJ7TFFOWRe-adding Cargo.lock - [12]
4RV7T4SRMigrate from `pijul::config` to `pijul-config` - [13]
RZ75BZCIRemove unused dependencies - [14]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul - [15]
5BB266P6Optional colours in the global config file - [16]
TCXM4WIJRemove unused dependencies - [17]
I24UEJQLVarious post-fire fixes - [18]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [19]
V7FJ2EPWVersion bump - [20]
SYZ44SKFRemove `async_trait` crate
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",