koute / not-perf

A sampling CPU profiler for Linux
Apache License 2.0
870 stars 41 forks source link

Missing Cargo.lock #4

Closed DarrenTsung closed 6 years ago

DarrenTsung commented 6 years ago

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 6 years ago

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.