We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ensure_shim
Run cargo install dinghy on Ubuntu 16.04 with either stable (1.14.0) or nightly (1.16.0-nightly 2017-01-17).
cargo install dinghy
error[E0425]: unresolved name `ensure_shim` --> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/dinghy-0.1.9/src/build.rs:102:5 | 102 | ensure_shim(device_target)?; | ^^^^^^^^^^^ unresolved name error[E0425]: unresolved name `ensure_shim` --> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/dinghy-0.1.9/src/build.rs:127:5 | 127 | ensure_shim(device_target)?; | ^^^^^^^^^^^ unresolved name error[E0425]: unresolved name `ensure_shim` --> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/dinghy-0.1.9/src/build.rs:152:5 | 152 | ensure_shim(device_target)?; | ^^^^^^^^^^^ unresolved name
Successful build.
The text was updated successfully, but these errors were encountered:
all right, I've obviously missed something here :)
I've pushed a quick fix on master. Would you like to give it a try ? (just checkout and run cargo install)
cargo install
Sorry, something went wrong.
Setting up travis right now, so I should not break linux unknowingly.
I've pushed to crates the new version.
0.1.10 from crates.io builds now. (Tested on nightly.) Thank you.
No branches or pull requests
Steps to reproduce
Run
cargo install dinghy
on Ubuntu 16.04 with either stable (1.14.0) or nightly (1.16.0-nightly 2017-01-17).Actual results
Expected results
Successful build.
The text was updated successfully, but these errors were encountered: