Skip to content

Conversation

@sunshowers
Copy link

@sunshowers sunshowers commented Mar 19, 2023

Hi!

I have a library for which the MSRV is Rust 1.56 -- unarray, which is now used by proptest, got pulled in and the project failed to compile.

I've now checked in a Cargo.lock, but I thought it would be good to have Rust 1.60 be explicitly declared as the MSRV.

unarray uses an API that requires Rust 1.60, so we can go ahead and
update the Rust edition to 2021.
Currently, this crate does not indicate an MSRV but uses an API,
`MaybeUninit::assume_init_drop`, that was added with Rust 1.60.
Indicate that this crate is compatible with Rust 1.60 and above.

Also add CI against the MSRV.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant