-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
Hi! See below. |
Now there is another problem: cargo build --release " Updating crates.io index the package failed to select a version for |
"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 packageapex-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?
The text was updated successfully, but these errors were encountered: