diff --git a/Cargo.lock b/Cargo.lock index 292930975..387ff0a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.14.0" +version = "1.14.1" dependencies = [ "anstream 1.0.0", "anstyle", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 8b95f96fa..cdc22d953 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.14.0" +version = "1.14.1" # In general we try to keep this pinned to what's in the latest RHEL9. rust-version = "1.85.0"