-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cargo.lock file to be able to build from tags #166
Comments
Right nowFor example, I downloaded https://github.com/tonlabs/tonos-cli/archive/refs/tags/v0.13.0.tar.gz and trying to build by The build is failed. References:Output:
|
I made some research and I can confirm that
If my contribution make sense, I will create PR. |
Sorry for the delay. Agree it's a very good issue. Let's add |
Cargo.lock is a special file to lock versions of dependency libraries.
Without this file there no way do build oldest tags/commits due dependency libraries make API changes.
Is there any reason why Cargo.lock is missing?
References:
The text was updated successfully, but these errors were encountered: