dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
21.82k stars 364 forks source link

🐛 AUR package failing #1510

Closed Zeioth closed 1 year ago

Zeioth commented 1 year ago

AUR package failing to compile due to "use of unestable feature is_terminal".

screenshot_2023-08-16_01-56-24_301354839

nickelc commented 1 year ago

The IsTerminal trait was stabilized with Rust 1.70 (2023-06-01). If you update your rust compiler (rustup update stable) then it should work.

Zeioth commented 1 year ago

@nickelc Now I get a test failing and I can't still install, but what you said fixed that specific error thank you. screenshot_2023-08-18_00-44-50_472183341

Zeioth commented 1 year ago

installed correctly with:

paru -S git-delta again. Closing issue.