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

Merge pull request #1340 from cgwalters/release

Release 1.3.0
This commit is contained in:
John Eckersberg
2025-05-29 12:14:34 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -200,7 +200,7 @@ dependencies = [
[[package]]
name = "bootc-lib"
version = "1.2.0"
version = "1.3.0"
dependencies = [
"anstream",
"anstyle",

View File

@@ -7,7 +7,7 @@ readme = "README.md"
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.2.0"
version = "1.3.0"
# In general we try to keep this pinned to what's in the latest RHEL9.
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
rust-version = "1.82.0"