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

Update minimum supported lazy_static version #81

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rnijveld
Copy link

The current Cargo.toml on the main branch says that any lazy_static from 1.0.0 should be supported, but that is not actually the case. Building the crate with 1.0.0 and 1.0.1 does not compile at all, whereas 1.0.2 compiles with warnings on any Rust since 1.38. Starting from lazy_static 1.1 the crate actually compiles without warnings.

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.

None yet

1 participant