The Cargo.lock file was removed in 18f070f01af422c93acf8aa4b9737ee4521a1806, but per the Cargo documentation, binaries should provide a Cargo.lock file. If the project gets split into a binary and a library then the library can be provided without a Cargo.lock, but until then we should re-add it.
The
Cargo.lock
file was removed in 18f070f01af422c93acf8aa4b9737ee4521a1806, but per the Cargo documentation, binaries should provide aCargo.lock
file. If the project gets split into a binary and a library then the library can be provided without aCargo.lock
, but until then we should re-add it.