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

Use CachePadded from crossbeam submodule #115

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

mgeier
Copy link
Owner

@mgeier mgeier commented Apr 1, 2024

Getting the latest version of crossbeam-utils requires an MSRV bump which would otherwise not be necessary.

See also: crossbeam-rs/crossbeam#1066

I have tried to solve this within crossbeam-utils (crossbeam-rs/crossbeam#1075), but if that doesn't work out, here's an alternative hack to avoid the MSRV bump.

@mgeier
Copy link
Owner Author

mgeier commented Apr 3, 2024

I think I'll merge this for now to un-block our CI.

If and when crossbeam-rs/crossbeam#1075 is merged, we can go back to the more conventional dependency on crossbeam-utils.

@mgeier mgeier merged commit a4a94f8 into mgeier:main Apr 3, 2024
9 checks passed
@mgeier mgeier deleted the cachepadded-submodule branch April 3, 2024 11:42
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.

1 participant