tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Bump MSRV to 1.51 #205

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago

generator 0.7 requires Rust 1.51: https://github.com/tokio-rs/loom/pull/203#issuecomment-812500571

carllerche commented 3 years ago

I'm fine w/ this, but maybe we can also bump loom to v0.5 as part of it? cc/ @jonhoo

If yes, could you change the version in Cargo.toml and set publish = false?

jonhoo commented 3 years ago

Yeah, given that we're still <1.0 I think bumping the minor makes sense here for the MSRV bump.

taiki-e commented 3 years ago

Bumped loom to 0.5.0 and marked as 'publish = false'.