Hacker News new | ask | show | jobs
by steveklabnik 642 days ago
Yes, and it always has. If you do a second build, it will not rebuild those dependencies again.

> even the same ones.

Rust supports multiple versions of the same dependency, so that may be what you observed.

1 comments

Yeah, I believe it was that.