-
Notifications
You must be signed in to change notification settings - Fork 201
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
bevy_rand/bevy_turborand docs failed to build due to web-time
#2420
Comments
You have [package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"] which applies to every crate and causes We now set |
Does that also need the |
|
Confirmed that the build worked now, thanks a bunch! |
Crate name
bevy_rand
Build failure link
https://docs.rs/crate/bevy_rand/0.5.0/builds/1132356
Additional details
My crates
bevy_rand
&bevy_turborand
both failed their builds in the same way, unable to compile theweb-time
dependency. However, this dependency is part of bevy, specificallybevy_utils
, which seemed to have built just fine here: https://docs.rs/bevy_utils/latest/bevy_utils/ so I wonder if there's something going on with the nightly build, though I'm not able to reproduce this build failure locally.The text was updated successfully, but these errors were encountered: