cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files
MIT License
679 stars 34 forks source link

Forces a full update the crates.io index #101

Closed Sytten closed 10 months ago

Sytten commented 1 year ago

Hi there! Since rust 1.70 we are used to sparse update of the cargo registry and I am not sure why but running cargo instrument always seem to launch a full update which takes a very long time. Is that a byproduct of something else? Thanks :)

cmyr commented 1 year ago

perhaps it's a consequence of us using an earlier version of the cargo lib here? Can update that and see if it fixes anything.

cmyr commented 1 year ago

actually this update already happened, I just haven't released a new version.

cmyr commented 1 year ago

Okay I've released 0.4.9, try updating and see if this problem is resolved?

Sytten commented 10 months ago

Solved, thanks!