Skip to content

Commit 4f51a5f

Browse files
committed
Update to latest composefs-rs
To unblock reverse dependency testing. (We still have the forked cfsctl, that's the only thing) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 2ab1dcd commit 4f51a5f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ clap_mangen = { version = "0.2.20" }
4949
# composefs-boot = { path = "/home/user/src/composefs-rs/crates/composefs-boot" }
5050
# composefs-oci = { path = "/home/user/src/composefs-rs/crates/composefs-oci" }
5151
# The Justfile will auto-detect these and bind-mount them into container builds.
52-
composefs = { git = "https://github.com/containers/composefs-rs", rev = "4a060161e0122bd2727e639437c61e05ecc7cab3", package = "composefs", features = ["rhel9"] }
53-
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "4a060161e0122bd2727e639437c61e05ecc7cab3", package = "composefs-boot" }
54-
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "4a060161e0122bd2727e639437c61e05ecc7cab3", package = "composefs-oci" }
52+
composefs = { git = "https://github.com/containers/composefs-rs", rev = "ce3cd9bf7aa0ad2ee8d3814101aa9cd50fd3598d", package = "composefs", features = ["rhel9"] }
53+
composefs-boot = { git = "https://github.com/containers/composefs-rs", rev = "ce3cd9bf7aa0ad2ee8d3814101aa9cd50fd3598d", package = "composefs-boot" }
54+
composefs-oci = { git = "https://github.com/containers/composefs-rs", rev = "ce3cd9bf7aa0ad2ee8d3814101aa9cd50fd3598d", package = "composefs-oci" }
5555
fn-error-context = "0.2.1"
5656
hex = "0.4.3"
5757
indicatif = "0.18.0"

crates/lib/src/cfsctl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ where
383383
}
384384
}
385385
Command::GC => {
386-
repo.gc()?;
386+
repo.gc(&[])?;
387387
}
388388
}
389389
Ok(())

0 commit comments

Comments
 (0)