Declare psm MSRV - #149
Conversation
|
nack, I don't think downgrading the dep is on the table; we also don't really need to maintain msrv that low at this point. annotating rust-version for psm appropriately seems like the most reasonable thing. |
|
CI failure doesn't seem related but downloading failures. |
|
@nagisa That's OK. But perhaps we should still define an MSRV for I personally prefer higher MSRV because old Rust versions are anyway no maintained. Even I'd prefer the Rust team says that old versions are unmaintained so bumping your MSRV is preferred :D |
|
Yeah, as I said I would be okay with specifying the factual |
Declare Rust 1.88 as psm's minimum supported Rust version, matching ar_archive_writer 0.5.2, and test it in CI.
|
@nagisa OK. I've update the MSRV of For |
Declare Rust 1.88 as the minimum supported Rust version for psm, matching ar_archive_writer 0.5.2, and add dedicated MSRV CI coverage.
Addresses #139.