You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now I don't see us adding a third party cargo extension to the compiler toolchain we use to build docs. Network access won't be allowed for security reasons.
or do similar things as other more complex libraries, like using conditional compilation to make your docs build without the need of cargo expand. Often the public documented interface doesn't need the build script output.
Crate name
sqltk
Build failure link
https://docs.rs/crate/sqltk/0.4.0/builds/1636051
Additional details
sqltk's build.rs requires
cargo expand
to be available.My testing indicates that it is not installed on the build environment, and lack of network access in build.rs prevents me from installing it.
Is it actually installed, and perhaps I'm invoking it incorrectly? If not, can I request that it be added to the standard build environment?
Kind regards,
James.
The text was updated successfully, but these errors were encountered: