tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Update MSRV policy #191

Closed dbrgn closed 3 years ago

dbrgn commented 3 years ago

Here's the updated policy, as discussed in #190.

Closes #190.

dbrgn commented 3 years ago

I also bumped the Rust version in CI to 1.52. I still think there's value in having a lower bound in the CI config, but we can now bump it more freely if building fails.

dbrgn commented 3 years ago

I think we shouldn't pin the patch version of MSRV, we can just say 1.52

Good point!

we could have the msrv as a constant at the top to remove duplication

Again, good point. I'll update my second commit.

dbrgn commented 3 years ago

Unfortunately using a variable doesn't work, so I'll have to revert that.