1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Release 1.11.0

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
bootc-bot[bot]
2025-11-17 08:12:32 +00:00
committed by Colin Walters
parent e71787f79f
commit 3f5a3c7291
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -220,7 +220,7 @@ dependencies = [
[[package]]
name = "bootc-lib"
version = "1.10.0"
version = "1.11.0"
dependencies = [
"anstream",
"anstyle",

View File

@@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"]
[dependencies]
# Internal crates
bootc-lib = { version = "1.10", path = "../lib" }
bootc-lib = { version = "1.11", path = "../lib" }
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
# Workspace dependencies

View File

@@ -6,7 +6,7 @@ name = "bootc-lib"
repository = "https://github.com/bootc-dev/bootc"
# The intention is we'll follow semver here, even though this
# project isn't actually published as a crate.
version = "1.10.0"
version = "1.11.0"
# In general we try to keep this pinned to what's in the latest RHEL9.
rust-version = "1.84.0"