Enable the pager dependency on OSX, fixes build
[?]
Jan 12, 2021, 12:51 PM
J2D66R2DQVRQVQAFFIR4F7RI3BHQFANY2HEGUFRBNUPFVUZAXUTQCDependencies
- [2]
6DOXSHWGCleanup, and version bump - [3]
2K7JLB4ZNo pager on Windows - [4]
TPEH2XNB1.0.0-alpha.28, with Tokio 1.0 - [5]
SAGSYAPXVarious version bumps - [6]
YX3VCEOMVersion bump - [7]
I52XSRUHMassive cleanup, and simplification - [8]
G734WNM6flake.nix: use crate2nix - [9]
ZHABNS3SCanonicalize all paths - [10]
Q45QHPO4Feedback on network stuff - [11]
R6LAMLHWManual fix of Cargo.nix (to work around OSX's less) - [12]
LYTVEPH3Avoid cloning into an existing path - [13]
OJZWJUF2MUCH faster `pijul add -r` - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/Cargo.toml at line 82
[target.'cfg(target_os = "linux")'.dependencies][target.'cfg(unix)'.dependencies] - replacement in Cargo.nix at line 3761
target = { target, features }: (target."os" == "linux");target = { target, features }: target."unix";