Hacker News new | ask | show | jobs
by heftig 1519 days ago
Yes, it's always read. If the file didn't require updating, a build with and without `--locked` will be identical. If it did require updating, `--locked` will make cargo exit with an error.
1 comments

Gotcha, makes sense