From 75ea3122f547a706de88f2471935f109e61eb695 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 25 Apr 2024 20:15:32 -0400 Subject: [PATCH] Release 0.1.10 Let's get a release out with at least the direct-io fixes. 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 8caeb9f5..26d71ad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 26aca7e3..9f5d76ab 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.9" +version = "0.1.10" rust-version = "1.64.0" build = "build.rs"