-
Notifications
You must be signed in to change notification settings - Fork 199
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
Nightly build error with 1.71.0-nightly
#1013
Comments
Dupe of #1010? Can you try with the latest (as of yet unreleased) geo? |
This should be fixed with #1012 which was released just now in geo v0.25.0 |
dabreegster
added a commit
to acteng/atip
that referenced
this issue
Jul 20, 2023
The wasm-pack GH action started picking up Rust 1.71, which breaks on older dependencies. I updated the geo dependencies in osm2streets, and am now updating to that here to fix the build.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I have geo in my project as a dependency for a while. Never saw the problems compiling it (in 1.69 works normally). However, today I tried to run benchmarks with nightly
1.71
and the compilation failed.It only fails with:
works with:
You may want to take a look at the project to discover it personally: https://github.com/insight-platform/savant-rs
Try running benches with (crash):
then, try running tests (no opt-level, works):
then, change opt-level to 2 and it compiles again.
Here is the error. Maybe it worth looking at it to make the code compatible with the future compiler version:
The text was updated successfully, but these errors were encountered: