Prepare for publishing a 0.4 to crates.io#289
Merged
cgwalters merged 4 commits intocomposefs:mainfrom May 7, 2026
Merged
Conversation
ebd7b13 to
0231a51
Compare
Johan-Liebert1
previously approved these changes
May 6, 2026
0231a51 to
7474ea9
Compare
Johan-Liebert1
previously approved these changes
May 7, 2026
Assisted-by: OpenCode (Claude Sonnet 4.6) Signed-off-by: Colin Walters <walters@verbum.org>
Replace the secret-token-based publish workflow with OIDC trusted publishing (rust-lang/crates-io-auth-action), matching the pattern used across other bootc-dev Rust crates (ocidir-rs, containers-image-proxy-rs). Triggers on v* tag push instead of manual workflow_dispatch. Also adds composefs-ioctls to the publish list (published first since other crates depend on it) and removes the now-unnecessary 'crates.io' environment and CARGO_REGISTRY_TOKEN secret. Assisted-by: OpenCode (Claude Sonnet 4.6) Signed-off-by: Colin Walters <walters@verbum.org>
With cargo publish --workspace used in the publish workflow, any crate not intended for crates.io must be explicitly opt out. splitfdstream is internal-only; erofs-debug and integration-tests were already marked. Signed-off-by: Colin Walters <walters@verbum.org>
All workspace crates now share the composefs- namespace for consistency. The cfsctl binary name is unchanged (users still run `cfsctl`). Assisted-by: OpenCode (Claude Sonnet 4.6) Signed-off-by: Colin Walters <walters@verbum.org>
7474ea9 to
d67ff90
Compare
Johan-Liebert1
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think it makes sense to revitalize the publishing to crates.io as we head towards stabilization. Bump the version and improve automation and crate naming.