programs icon indicating copy to clipboard operation
programs copied to clipboard

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

Open ameba23 opened this issue 1 year ago • 1 comments

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 https://github.com/entropyxyz/programs/pull/94

https://github.com/entropyxyz/programs/blob/c689ad3d8114eff88bc646d9b200c71f6e14f436/templates/basic-template/Cargo.toml#L21

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

ameba23 avatar Nov 13 '24 12:11 ameba23