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:
committed by
Colin Walters
parent
e71787f79f
commit
3f5a3c7291
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -220,7 +220,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bootc-lib"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user