Skip to content
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

Template CLI depends on a tagged version of entropy-programs-core but has changes which are only reflected in master #97

Open
ameba23 opened this issue Nov 13, 2024 · 1 comment

Comments

@ameba23
Copy link
Contributor

ameba23 commented Nov 13, 2024

I noticed this when updating something else in the template CLI. The CLI in the template currently wont build because it depends on tag v0.10.0 of programs-core, which doesn't have the changes from #94

entropy-programs-core={ git="https://github.com/entropyxyz/programs.git", tag="v0.10.0" }

Either we need to make a new tag and update it, or we need to build from master.

@ameba23 ameba23 changed the title cargo generate depends on a tagged version of entropy-programs-core but has changes which are only reflected in master Template CLI depends on a tagged version of entropy-programs-core but has changes which are only reflected in master Nov 13, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Entropy Core Nov 13, 2024
@JesseAbram
Copy link
Member

Im for building it from master because it gets real hard to develop when it is not, also pushing up a cargo lock to lock the version of master seems like a good idea to not break it for developers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants