Open matthias-stemmler opened 1 year ago
This fixes build errors when installing using cargo install without --locked.
cargo install
--locked
You may consider recommending installation using cargo install --locked in the docs.
cargo install --locked
Fixes #67.
Just ran into this myself and I see this issue is fairly old, hmm...
ping
This fixes build errors when installing using
cargo install
without--locked
.You may consider recommending installation using
cargo install --locked
in the docs.Fixes #67.