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
In cargo-binstall cargo-bins/cargo-binstall#1169 , I recently updated transitive dependencies in Cargo.lock, however rust-cache reuses the old cache with full-match.
I wonder if it could be some bugs in #147 or #148 , it seems very unlikely to be a hash collision of sha1.
The text was updated successfully, but these errors were encountered:
NobodyXu
changed the title
Potential bug due to #147 ?
bug: Cargo.lock change does not cause re-cache
Jun 26, 2023
Fixed#151
I've tried running manually load and parse `Cargo.lock` and it runs fine
until `sort_object` is called.
Since `Cargo.lock` is auto-generated and usually sorted, I think there
is no need for sorting.
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
In cargo-binstall cargo-bins/cargo-binstall#1169 , I recently updated transitive dependencies in
Cargo.lock
, howeverrust-cache
reuses the old cache with full-match.I wonder if it could be some bugs in #147 or #148 , it seems very unlikely to be a hash collision of sha1.
The text was updated successfully, but these errors were encountered: