-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
build(rust): Bump up rand & rand_distr #22619
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
Conversation
@ritchie46 rand 0.9 use new algorithms in shuffle, which cause some test failed. Is this acceptable? If so, I will adjust the test. |
Yes, this is ok. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #22619 +/- ##
==========================================
- Coverage 80.71% 80.70% -0.01%
==========================================
Files 1645 1645
Lines 221894 221894
Branches 2783 2783
==========================================
- Hits 179095 179090 -5
- Misses 42137 42142 +5
Partials 662 662 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@ritchie46 I fix all the test now. |
Please ping me if I haven't merge this in in 3 days. :) |
Thank you @Liyixin95 |
Just some renaming.