google / ripunzip

Other
161 stars 17 forks source link

Define an MSRV #48

Closed djmitche closed 11 months ago

djmitche commented 11 months ago

It'd be good to put an MSRV in Cargo.toml. I see comments saying "use XXX when stabilized", and that is stabilized now. But, would using that feature break some existing use of this crate with an older Rust?

adetaylor commented 11 months ago

Yeah - I can't remember specifically which bits of checked arithmetic I wanted, but I'd be happy to accept a very recent MSRV if it enables that.