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

feat: Upgrade to rand v0.9 #43

Merged
merged 14 commits into from
Mar 6, 2025
Merged

feat: Upgrade to rand v0.9 #43

merged 14 commits into from
Mar 6, 2025

Conversation

Bluefinger
Copy link
Owner

@Bluefinger Bluefinger commented Feb 25, 2025

Prepare bevy_rand to use the latest version of rand_core/getrandom so to be compatible with rand v0.9

Blocked by this PR and this one, as it won't make sense to upgrade in order to maintain compatibility with bevy_math rand integration. Unless rand releases a version to allow backward compatibility. I added a backwards compatibility feature that resolves this.

@Bluefinger Bluefinger added the enhancement New feature or request label Feb 25, 2025
@Bluefinger
Copy link
Owner Author

I added a compatibility feature, which should unblock bevy_rand from moving to rand_core/rand v0.9 if Bevy remains on the older versions for v0.16. Will do a docs pass first, and otherwise start prepping for the eventual RC phase of the next Bevy release.

@Bluefinger Bluefinger marked this pull request as ready for review March 4, 2025 08:43
@Bluefinger Bluefinger merged commit 83c7496 into main Mar 6, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant