issues
search
killercup
/
cargo-edit
A utility for managing cargo dependencies from the command line.
http://killercup.github.io/cargo-edit/
MIT License
3.09k
stars
148
forks
source link
fix(upgrade): Ensure precise updates handled
#824
Closed
epage
closed
2 years ago
epage
commented
2 years ago
There were two problems
We can't use
--aggresive
with
--precise
We soemtimes need to download new index entries but that failed, causing us our tests to not hit the above bug
Fixes #823
There were two problems
--aggresive
with--precise
Fixes #823