-
Notifications
You must be signed in to change notification settings - Fork 95
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
0.7 docs.rs build failed #130
Comments
Hopefully this will be fixed by #128 once the next release is published. |
Sorry, I'm not really familiar with how docs.rs works, but is there a way to fix the build without waiting for a new release? It looks like there are significant changes in 0.7 and having up to date docs would help. Also the docs published in the link in the README appear to be even older. |
docs.rs is based on the published crates, so it won't be updated until the next crate version is released. In the meanwhile, you can build the docs locally:
|
Thanks for pointing this out! I've proposed a fix here: #131 |
Thanks. I will release 0.7.1 to fix this soon. |
so it turns out the fix is fine for gdal-sys but the build script of gdal still fails. i guess we will need something more complex from here: rust-lang/docs.rs#147 |
the docs.rs build is now working 🎉 |
The docs.rs build for 0.7 failed: https://docs.rs/crate/gdal/0.7.0
The text was updated successfully, but these errors were encountered: