Y
Hacker News
new
|
ask
|
show
|
jobs
by
h_anna_h
1809 days ago
I did not know about rev, thanks. Though, since there is no way to specify a signature you are forced to use potentially outdated packages.
1 comments
yakubin
1809 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.
link
h_anna_h
1809 days ago
> "cargo update" will update the packages along with Cargo.lock content
Disregarding the rev attribute?
link
yakubin
1809 days ago
This is the entire point of this command. It will update the rev attribute. What else would it be for?
link