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

MSRV #87

Open
jayvdb opened this issue Aug 17, 2024 · 1 comment
Open

MSRV #87

jayvdb opened this issue Aug 17, 2024 · 1 comment

Comments

@jayvdb
Copy link

jayvdb commented Aug 17, 2024

cargo +1.60.0 build works, however cargo +1.70.0 test doesnt build and cargo +1.75.0 test runs with one test failure due to differences in outputs of the compiler.

It is likely possible to get the tests working on older versions with some feature flags and other trickery. Is this desirable?

What is the desired MSRV of this project?

@ryan-summers
Copy link
Collaborator

The crate generally doesn't have an MSRV policy outside of working with the latest stable rust.

I don't see much value in anything else for CI/test purposes, as the crate will still work just fine with older rust versions.

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

2 participants