You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Either we need to make a new tag and update it, or we need to build from master.
The text was updated successfully, but these errors were encountered:
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 masterNov 13, 2024
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
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
programs/templates/basic-template/Cargo.toml
Line 21 in c689ad3
Either we need to make a new tag and update it, or we need to build from master.
The text was updated successfully, but these errors were encountered: