You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I just published a new version of the rbx_reflection crate. The previous version was 0.1.0 and the new version was 0.2.373.
Almost immediately after publish, https://docs.rs/rbx_reflection started redirecting to https://docs.rs/rbx_reflection/0.2.373/rbx_reflection/, which was not generated yet and thus returned a 404. The docs stayed broken this way for several minutes! 😦
Does it make sense for docs.rs to continue pointing to the old version docs until the new version is done generating? This is a crate that is going to be published automatically every couple weeks and I'd like to avoid breaking my documentation for a few minutes so often.