From b5aeb5eb6fa16da6a4ea52b4a42c038030511310 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 24 Jun 2024 10:56:09 -0400 Subject: [PATCH] Release 0.1.12 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 eba2c9cb..e3f395a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 662656e1..d184271f 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 = "0.1.11" +version = "0.1.12" rust-version = "1.75.0" build = "build.rs"