-
Notifications
You must be signed in to change notification settings - Fork 7
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
use cargo-run-bin instead of pinned stellar version #139
base: main
Are you sure you want to change the base?
Conversation
I ended up having to call a script which I placed in a new directory. Perhaps it should be placed somewhere else / called something different. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR may have gotten somewhat out-of-date since you created it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
Set to auto-merge once merge conflicts are resolved |
Head branch was modified
Uses
cargo-run-bin
crate instead of relying on a pinned stellar version in the justfile (which we'd have to keep synced with the cargo.toml files)resolves #68