-
Notifications
You must be signed in to change notification settings - Fork 82
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
Cannot compile latest version 0.8.0 #22
Comments
Can you try with the latest version of the Rust compiler (Stable)? I deployed 0.8.0 to my Raspberry Pi running Linux and did not encounter this issue. |
I updated to latest version (1.30) and now I have the following error.
|
This one is a real issue, thank you for finding it! I did not catch it on my Raspberry Pi because I built from master rather than using the release tarball. Will fix tonight and update the tarball for the v0.8.0 release. |
I just updated the tarball in the v0.8.0 release. Can you please re-download and confirm it works for you? Thank you! |
Yes, now it works. But gives a lot of warnings. |
Thank you for confirming. These warnings are expected and harmless for now, they will go away when diesel (one of Polaris' dependencies) releases a new version with their fix. They are tracking the issue here: diesel-rs/diesel#1785 |
In Linux, doing
cargo build --release
I have the following error.I'm using cargo version 1.26.0
The text was updated successfully, but these errors were encountered: