cargo-expand/.github
David Tolnay ab40799d78
Raise minimum tested compiler to 1.70
error[E0658]: use of unstable library feature 'is_terminal'
       --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:168:5
        |
    168 | use std::io::IsTerminal;
        |     ^^^^^^^^^^^^^^^^^^^

    error[E0658]: use of unstable library feature 'is_terminal'
       --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:220:22
        |
    220 |     std::io::stdin().is_terminal()
        |                      ^^^^^^^^^^^

    error[E0658]: use of unstable library feature 'is_terminal'
       --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:232:23
        |
    232 |     std::io::stdout().is_terminal()
        |                       ^^^^^^^^^^^

    error[E0658]: use of unstable library feature 'is_terminal'
       --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:238:23
        |
    238 |     std::io::stderr().is_terminal()
        |                       ^^^^^^^^^^^
2023-07-05 14:14:20 -07:00
..
workflows Raise minimum tested compiler to 1.70 2023-07-05 14:14:20 -07:00
FUNDING.yml Add a sponsors link 2022-11-20 22:25:37 -08:00