Hacker News new | ask | show | jobs
by yakubin 1810 days ago
"cargo update" will update the packages along with Cargo.lock content. As for not updating them without a manual trigger, I consider it a feature, but I guess it's a matter of opinion.
1 comments

> "cargo update" will update the packages along with Cargo.lock content

Disregarding the rev attribute?

This is the entire point of this command. It will update the rev attribute. What else would it be for?