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

Lower the minimum required Rust version to 1.60 by exporting the LambertW trait in a less ambiguous way #19

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

JSorngard
Copy link
Contributor

It turns out that because I gave the lambert_w module the same name as the crate the import is ambiguous in all Rust versions prior to 1.72. By importing it in this much clearer way, Rust versions all the way back to 1.60 can compile it correctly.

I tested this with cargo-msrv.

@IvanUkhov IvanUkhov merged commit 0bcb954 into stainless-steel:main Sep 15, 2024
3 checks passed
@IvanUkhov
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants