-
Notifications
You must be signed in to change notification settings - Fork 203
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
In crate search for serde v1.0.125 is broken #1336
Comments
Hmm, there are more regressed crates than I expected - I would rather not rebuild them all.
|
This is fixed for serde itself, although it might not show up for a little while because of caching from our CDN. |
I queued all the latest releases instead, about 450 crates. select name, version from releases inner join crates on crates.id = releases.crate_id where release_time between '2021-03-21' and '2021-03-23' and releases.id = crates.latest_version_id order by name; |
Thank you for rebuilding the crates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The in crate search for serde v1.0.125 (latest) is broken. It works for v1.0.124.
I only find a search result for some
empty_library
. The only bug I could find with this term is #1313, which does not look related since serde has dependencies.The text was updated successfully, but these errors were encountered: