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