Missing Cargo.lock
Closed this issue · 1 comments
DarrenTsung commented
Hi,
Thanks for the useful tool! I had trouble building this project though, because the Cargo.lock file is missing and so defaulted to using gimli 0.16.1
for some of the dependencies. This caused the replace to not work correctly.
Thanks!
koute commented
Thanks for the report!
I switched back to gimli
from crates.io
and I've added Cargo.lock
to avoid such situations in the future.