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

Remove lazy_static and lazycell dependencies #2817

Closed
wants to merge 3 commits into from

Conversation

GKFX
Copy link
Contributor

@GKFX GKFX commented Apr 26, 2024

This functionality was moved into the standard library, with a slightly different API, in Rust 1.70 (June 2023). As this was nearly a year ago now I think this is a reasonable MSRV bump. (The change to quickchecking makes use of Mutex::new now being const.)

@GKFX GKFX force-pushed the remove-lazy-dependencies branch 2 times, most recently from a0d771d to 4a8bdd9 Compare April 26, 2024 20:02
@GKFX
Copy link
Contributor Author

GKFX commented Apr 26, 2024

CI appears to be broken - https://github.com/rust-lang/rust-bindgen/actions/runs/8853618923/job/24314890579?pr=2817 fails with all changes on this branch reverted.

@emilio
Copy link
Contributor

emilio commented Apr 26, 2024

Huh, it literally was passing yesterday... It seems it's failing trying to load x86-64 clang on an arm macos system, maybe a change on the architecture of the macOS machine?

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

2 participants