I'm pretty sure, by the way, that the reason we're...
# development
a
I'm pretty sure, by the way, that the reason we're recompiling rust even when no rust has changed is because the fresh git checkout has fresh timestamps, and cargo uses timestamps for change detection
☝️ 1
a
if there’s a way to tell cargo to assume things are cached we can work around this
i can look