kvark / mint

Math Interoperability Types
MIT License
256 stars 20 forks source link

MSRV #70

Closed LPGhatguy closed 3 years ago

LPGhatguy commented 3 years ago

I noticed that CI runs only on Rust stable and nightly.

What should mint's MSRV be?

As part of #69 for glam, it appears that on Rust 1.51.0, the IntoMint trait's definition triggers a funny compiler error: https://github.com/bitshifter/glam-rs/runs/3985545407?check_suite_focus=true

1.51.0 is around 7 months old, so it would be reasonable to expect a newer Rust compiler, but I think it would be good to set that in stone by checking for it in CI.