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: multimint version conflict #39

Closed
wants to merge 1 commit into from

Conversation

hensg
Copy link
Contributor

@hensg hensg commented May 14, 2024

$ cargo build
    Updating crates.io index
error: failed to select a version for `multimint`.
    ... required by package `clientd-stateless v0.3.5 (/home/henrique/Projects/fedimint-clientd/clientd-stateless)`
versions that meet the requirements `^0.3.5` (locked to 0.3.5) are: 0.3.5

all possible versions conflict with previously selected packages.

  previously selected package `multimint v0.3.6`
    ... which satisfies dependency `multimint = "^0.3.6"` of package `fedimint-clientd v0.3.6 (/home/henrique/Projects/fedimint-clientd/fedimint-clientd)`

failed to select a version for `multimint` which could resolve this conflict

```shell
$ cargo build
    Updating crates.io index
error: failed to select a version for `multimint`.
    ... required by package `clientd-stateless v0.3.5 (/home/henrique/Projects/fedimint-clientd/clientd-stateless)`
versions that meet the requirements `^0.3.5` (locked to 0.3.5) are: 0.3.5

all possible versions conflict with previously selected packages.

  previously selected package `multimint v0.3.6`
    ... which satisfies dependency `multimint = "^0.3.6"` of package `fedimint-clientd v0.3.6 (/home/henrique/Projects/fedimint-clientd/fedimint-clientd)`

failed to select a version for `multimint` which could resolve this conflict
```
@hensg
Copy link
Contributor Author

hensg commented May 14, 2024

already fixed by kody

@hensg hensg closed this May 14, 2024
@hensg hensg deleted the multimint-version-conflict branch May 14, 2024 19:51
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.

1 participant