From 9a3f99ade3af12b6e52f396588455a8ba0defa39 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 28 Jun 2024 14:44:31 -0400 Subject: [PATCH] Release 0.1.13 Supporting `kargs.d` at install time is a critical feature for kernel args. 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 bb9b0f128..4682b81d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6ae4633d9..6afd0b2d0 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.12" +version = "0.1.13" rust-version = "1.75.0" build = "build.rs"