Skip to content

Commit 760bfca

Browse files
committed
Cargo.toml: Cross-reference composefs-rs crates with docs
Add a comment noting that changes to the composefs-rs crate list should also update the documentation files that reference them. Assisted-by: OpenCode (Opus 4.5) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 8cbd6e9 commit 760bfca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ cfg-if = "1.0"
4040
chrono = { version = "0.4.38", default-features = false }
4141
clap = "4.5.4"
4242
clap_mangen = { version = "0.2.20" }
43-
# Reviewers (including AI tools): This hash is duplicated as there's not a much better way to handle it right now
43+
# Reviewers (including AI tools): The composefs-rs git revision is duplicated for each crate.
44+
# If adding/removing crates here, also update docs/Dockerfile.mdbook and docs/src/internals.md.
4445
composefs = { git = "https://github.com/containers/composefs-rs", rev = "1498349e11d0e4bd545feab533f0b7ab5294ae9a", package = "composefs", features = ["rhel9"] }
4546
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "1498349e11d0e4bd545feab533f0b7ab5294ae9a", package = "composefs-boot" }
4647
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "1498349e11d0e4bd545feab533f0b7ab5294ae9a", package = "composefs-oci" }

0 commit comments

Comments
 (0)