github-actions[bot] commented on issue #5558:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
jameysharp commented on issue #5558:
Do we need to add anything to CI to check that docs build successfully when the "component-model" feature is active? It'd be sad to do a release that docs.rs fails to build.
Kylebrown9 commented on issue #5558:
That seems like a reasonable thing to automate, want to file that as an issue to improve the CI?
jameysharp commented on issue #5558:
We already have a CI job running
cargo doc
. What I'm not sure of is whether we need to change it for this. I think we probably do...?
Kylebrown9 commented on issue #5558:
I would hope that it would respect the
Cargo.toml
contents for each crate.
jameysharp commented on issue #5558:
It does, but I don't think
cargo doc
reads the[package.metadata.docs.rs]
section. I think that's specifically for the docs.rs invocation ofcargo doc
.
Last updated: Nov 22 2024 at 16:03 UTC