Skip to content

Update to latest composefs-rs#2053

Merged
cgwalters merged 1 commit intobootc-dev:mainfrom
cgwalters:bump-cfs
Mar 10, 2026
Merged

Update to latest composefs-rs#2053
cgwalters merged 1 commit intobootc-dev:mainfrom
cgwalters:bump-cfs

Conversation

@cgwalters
Copy link
Collaborator

Using the new "single export from cfsctl" simplifies our Cargo.toml because we no longer need to reference the same git hash 3-4 times.

@github-actions github-actions bot added area/install Issues related to `bootc install` area/ostree Issues related to ostree area/documentation Updates to the documentation labels Mar 9, 2026
@bootc-bot bootc-bot bot requested a review from gursewak1997 March 9, 2026 11:19
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the composefs-rs dependency to a newer version and refactors the project to use the new single cfsctl crate. This simplifies the dependency declarations in Cargo.toml by removing the need for multiple git dependencies pointing to the same revision. The changes are consistently applied across the codebase, with updated import paths and necessary adaptations to API changes, such as the return type of composefs_oci::pull. The overall implementation appears correct and aligns with the goal of simplifying dependency management.

@cgwalters cgwalters force-pushed the bump-cfs branch 2 times, most recently from f228873 to 0053b72 Compare March 9, 2026 15:33
@cgwalters cgwalters enabled auto-merge (rebase) March 9, 2026 15:33
@henrywang henrywang added the needs-rebase Used by the rebase helper label Mar 10, 2026
Using the new "single export from cfsctl" simplifies our Cargo.toml
because we no longer need to reference the same git hash 3-4 times.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters cgwalters merged commit 47b7a43 into bootc-dev:main Mar 10, 2026
69 of 71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Updates to the documentation area/install Issues related to `bootc install` area/ostree Issues related to ostree needs-rebase Used by the rebase helper

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants