-
Notifications
You must be signed in to change notification settings - Fork 26
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
Site Not Showing Latest Versions #145
Comments
It looks like #144 happened again. I'll send a PR bumping dependencies to see if that fixes it (and also to get the server to restart because of the new deployment) |
While waiting for CI to build and deploy I opened https://deps.rs/crate/poloto and it redirected to 5.19.1. I choose that crate because it happens to make a lot of releases. I guess the crates.io-index update process must have been broken for at least 10 days, since that's how old the next That didn't last long. Around that time we had already restarted the server because of #144 |
The restart seems to have done the trick. Thanks for taking care of that so quickly! |
It looks like deps.rs has fallen out of sync again, but only within the past day or two. (It picked up poloto 8.0.2 from 3 days ago, but none of the subsequent releases published yesterday.) I'm not sure if it's relevant, but I did notice a large backlog on the docs.rs build queue yesterday. Different site, obviously, but maybe there was a common logjam somewhere? |
I've made another dependencies bump PR (#147) just to have the deploy process restart the server again. I'll try setting up a server and leaving deps.rs running on it to see if I can reproduce it locally |
I'll leave this open though since I imagine it will happen again |
@paolobarbolini Looks like it might be stuck again. swc_ecma_minifier |
Thanks for the report. #150 will get the server to restart again |
Hi @paolobarbolini, It's that time again. Haha. rayon is coming up |
I am closing this to bundle discussions in #106. |
Hi there,
The deps.rs site doesn't seem to be picking up new package releases (or at least some of them). For example, once_cell is coming up 1.9.0 rather than 1.10.0, and deno is showing 1.19.0 instead of 1.19.2.
Maybe the server process needs a restart?
The text was updated successfully, but these errors were encountered: