-
Notifications
You must be signed in to change notification settings - Fork 8
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
Docs build on docs.rs is failing #56
Comments
PR should resolve it. Looks like the docs.rs build process is using a version of |
Hey, this is coming from The author has made a new release. If you're not using cargo.lock, the next release should publish just fine on docs.rs. Otherwise perform a |
Thanks for explaining! We're not using a lockfile, since these crates are libraries, not binaries, and that's what the cargo book recommends. It's not clear to me how to force docs.rs to run |
No worries about the lockfile. I just didn't check if you're using it or not. But in the downstream, if you have a binary crate with rust docs, you must run For the docs.rs, crate-owners can not trigger a fresh |
Thanks a lot for looking into this @rnbguy!! |
For what it's worth, I see that you are using
We also faced the same issue at cosmos/ibc-rs#875. We just replaced |
Docs no longer failing, closing. |
See example failure here: https://docs.rs/crate/ibc-types/0.6.1/builds/915166
Looks like we should bump
proc-macro2
within the deps.The text was updated successfully, but these errors were encountered: