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

failed to select a version for the requirement funty #189

Closed
wucke13 opened this issue Dec 12, 2022 · 2 comments
Closed

failed to select a version for the requirement funty #189

wucke13 opened this issue Dec 12, 2022 · 2 comments

Comments

@wucke13
Copy link

wucke13 commented Dec 12, 2022

I tried to add this as a dependency to my project, using

$ cargo add adsb_deku

, which yields the following result:

    Updating crates.io index
      Adding adsb_deku v0.6.1 to dependencies.
             Features:
             + alloc
             + std
error: failed to select a version for the requirement `funty = "~1.2"`
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: crates.io index
required by package `bitvec v0.22.1`
    ... which satisfies dependency `bitvec = "^0.22.1"` of package `deku v0.13.1`
    ... which satisfies dependency `deku = "^0.13"` of package `adsb_deku v0.6.1`
    ... which satisfies dependency `adsb_deku = "^0.6.1"` of package `adsb-server v0.1.0 

Indeed, version 1.2.0 was yanked.

@wcampbell0x2a
Copy link
Member

wcampbell0x2a commented Dec 12, 2022

Yep, I'll push an updates to crates.io.

In the meantime, you can use https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories to grab straight from this repo, as I already made it work here.

@wcampbell0x2a
Copy link
Member

I pushed 0.6.2 which should fix this issue. lmk if you have any more issues.

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

No branches or pull requests

2 participants