Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum supported Rust version? #60

Open
zachs18 opened this issue Aug 1, 2024 · 0 comments
Open

Minimum supported Rust version? #60

zachs18 opened this issue Aug 1, 2024 · 0 comments

Comments

@zachs18
Copy link

zachs18 commented Aug 1, 2024

Is there an intended MSRV policy for thin-vec?

Currently, the crate itself compiles under Rust 1.53.0 (released 2021-06-17) at the earliest, due to the use of the <[T; N] as IntoIterator> impl added in that version. (and only after cargo +stable update --precise 1.0.0 --package serde_test; cargo +stable update --precise 1.0.0 --package serde to modify the Cargo.lock to remove the transitive [email protected] dependency introduced in newer versions of serde_derive).

Without mucking with dependency versions, it appears that Rust 1.61.0 (released 2022-05-19) is the earliest version that cargo can resolve dependencies for this crate (due to the indirect dependency on [email protected], the latest version of which requires Rust 1.61.0).

Currently, CI appears to only check ubuntu-latest's packaged version (build step, 1.79.0 at the moment), current stable (clippy, fmt, and docs steps, 1.80.0 at the moment) and current nightly (in the Miri step).

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

No branches or pull requests

1 participant