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

Fix dependency list #840

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

MartinSchere
Copy link

Currently, there is a dependency mismatch between the versions of utxorpc-spec, utxorpc, pallas, and oura:

Oura depends on utxorpc v0.9.0
Utxorpc depends on utxorpc-spec v0.14.0
Pallas depends on utxorpc-spec v0.16.0

I fixed this by bumping utxorpc to v0.10.0 and fixing pallas to 0.32.0. Both of them use utxorpc-spec v0.15.0

However, it's best if oura did not depend on utxorpc directly and used pallas' re-exports.

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

Successfully merging this pull request may close these issues.

2 participants