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

Release 1.13.0

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
bootc-bot[bot]
2026-01-26 08:12:55 +00:00
committed by GitHub
parent e499b7700e
commit c486dee3ba
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -221,7 +221,7 @@ dependencies = [
[[package]] [[package]]
name = "bootc-lib" name = "bootc-lib"
version = "1.12.1" version = "1.13.0"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View File

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

View File

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