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
This is likely another effect of #106. The details about that crate are cached and are not being evicted when they should. A fresh deployment shows the right version.
As for the second issue, I guess we could present a different message for these edge cases, although it might not be obvious what to present to the user. A version that is beyond the latest version available could mean one of several things:
caching, as demonstrated here;
(maybe?) that the repository is using a private registry that happens to hold a more recent version;
Hi guys, my crate
dehashed-rs
is shown as latest:0.3.2
, but its already at0.4.0
, therefore it is shown asout-of-date
in my projects.If I use the github form, it is correctly shown as
0.4.0
.So mainly two issues:
out-of-date
, which is a bit misleadingThe text was updated successfully, but these errors were encountered: