From 67f8f9c9c57c9ce68a1c9e0e72b93a707d2b2460 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Fri, 9 May 2025 11:26:49 -0400 Subject: [PATCH] Release 1.1.8 Signed-off-by: Joseph Marrero Corchado --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a68cb12d1..b5ef21441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.1.7" +version = "1.1.8" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 30401aa6d..db91f4d9f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "bootc-lib" readme = "README.md" repository = "https://github.com/containers/bootc" -version = "1.1.7" +version = "1.1.8" # In general we try to keep this pinned to what's in the latest RHEL9. # However right now, we bumped to 1.82 as that's what composefs-rs uses. rust-version = "1.82.0"