We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
volo
https://docs.rs/crate/volo/latest
Volo and Motore failed to build due to rust-lang/rust#100267.
We have specified the correct version in rust-toolchain.toml, but seems this file is not included in the crate tar.
Maybe we can include this file when creating the crate and use the specified toolchain when building docs?
The text was updated successfully, but these errors were encountered:
Currently docs.rs doesn't look at rust-toolchain.toml, but always uses the latest nightly for building docs.
Since we are using some nightly / unstable features we also can't use any other toolchain, so looking at rust-toolchain.toml would have limited value.
rust-toolchain.toml
Best bet is currently to wait for the bug to be fixed in nightly, and rebuild the crates on docs.rs after it's updated on our server.
( or hosting your own docs, but that's more work )
Sorry, something went wrong.
I see the latest version of the crate is built and I'll close this issue.
Feel free to reopen if there are still issues.
No branches or pull requests
Crate name
volo
Build failure link
https://docs.rs/crate/volo/latest
Additional details
Volo and Motore failed to build due to rust-lang/rust#100267.
We have specified the correct version in rust-toolchain.toml, but seems this file is not included in the crate tar.
Maybe we can include this file when creating the crate and use the specified toolchain when building docs?
The text was updated successfully, but these errors were encountered: