lusingander / serie

A rich git commit graph in your terminal, like magic 📚
MIT License
435 stars 13 forks source link

State MSRV #43

Closed 0323pin closed 2 months ago

0323pin commented 2 months ago

Hi,

Would it be possible to add a rust-version line to Cargo.toml for easy monitoring the required MSRV?

Reason, I usually run on the latest stable Rust as I use x86_64 aka amd64 while NetBSD default version is usually latest stable -1 (or, sometimes -2) because, Rust bootstraps need to be generated for all the other supported platforms. This means, I usually don't know if a package will actually build with the default Rust version. Having MSRV helps here.

If it's not asking too much, it would help a bit. Thanks!

lusingander commented 2 months ago

Sounds good.

0323pin commented 2 months ago

Perfect 🤗