Open myOmikron opened 1 year ago
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:
As of today, the issue seems to be resolved, should I create a new one regarding the misleading out-of-date
?
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 misleading