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

Doesn't compile! #16

Closed
lraty opened this issue Nov 29, 2022 · 3 comments
Closed

Doesn't compile! #16

lraty opened this issue Nov 29, 2022 · 3 comments

Comments

@lraty
Copy link

lraty commented Nov 29, 2022

"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.3
... which satisfies dependency bitvec = "^0.22.3" of package apex-hardware v0.1.0 (/home/name/apex-tux/apex-hardware)
... which satisfies path dependency apex-hardware of package `apex-ctl v0.1.0 (/home/name/apex-tux/apex-ctl)"

I tried to compile by older nightly toolchain with same results. Can someone help?

@not-jan
Copy link
Owner

not-jan commented Nov 29, 2022

Hi!
Can you check out the issue-16 branch and see if that fixes your issue?

See below.

@not-jan
Copy link
Owner

not-jan commented Nov 29, 2022

Actually, @BigBigos has fixed the issues and some more with #15. I've just merged it into the master branch.

@not-jan not-jan closed this as completed Nov 29, 2022
@lraty
Copy link
Author

lraty commented Nov 29, 2022

Now there is another problem:

cargo build --release

" Updating crates.io index
Updating git repository https://github.com/not-jan/gamesense
error: failed to select a version for windows.
... required by package apex-windows v0.1.0 (/home/name/apex-tux/apex-windows)
versions that meet the requirements ^0.43 are: 0.43.0

the package apex-windows depends on windows, with features: std but windows does not have these features.

failed to select a version for windows which could resolve this conflict"

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