From ba1c218a23c18480e7c60ca51ae6082558728525 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 10 Feb 2025 11:21:18 -0500 Subject: [PATCH] Release 1.1.5 Signed-off-by: Colin Walters --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e812cc5..9e35f2da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.1.4" +version = "1.1.5" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bd195c08..d91ae858 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.4" +version = "1.1.5" # 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"