[pbs-devel] [PATCH proxmox 1/2] sys: Use safe wrapper for libc::isatty
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun Nov 19 16:09:56 CET 2023
Am 17/11/2023 um 13:37 schrieb Maximiliano Sandoval R:
> Use the `std::io::IsTerminal` trait introduced in Rust 1.70.
ack, but a more general question: should we set the msrv in the manifest:
rust-version = "1.70"
We did not bothered to much with that until now, only a bit indirectly through
increasing the edition to e.g., 2021, and we do not have that many external
users for it to matter much.
More information about the pbs-devel
mailing list