diff --git a/Cargo.lock b/Cargo.lock index 30b0dd4d7..d1a781ad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler2" @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.12.0" +version = "1.12.1" dependencies = [ "anstream", "anstyle", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index e51399868..78caa7a8e 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -6,7 +6,7 @@ name = "bootc-lib" repository = "https://github.com/bootc-dev/bootc" # The intention is we'll follow semver here, even though this # project isn't actually published as a crate. -version = "1.12.0" +version = "1.12.1" # In general we try to keep this pinned to what's in the latest RHEL9. rust-version = "1.85.0" diff --git a/tmt/tests/tests.fmf b/tmt/tests/tests.fmf index 6344deb0e..2075740e7 100644 --- a/tmt/tests/tests.fmf +++ b/tmt/tests/tests.fmf @@ -84,8 +84,8 @@ summary: Test bootc install to-filesystem with separate /var mount duration: 30m require: - - parted - - lvm2 - - dosfstools - - e2fsprogs + - parted + - lvm2 + - dosfstools + - e2fsprogs test: bash booted/test-install-to-filesystem-var-mount.sh