Bump CZ to 0.6.2 (#543)

Hopefully fixes CI..
This commit is contained in:
Danny Canter
2025-08-26 10:39:07 -07:00
committed by GitHub
parent 7f7090ff87
commit b50dc253e9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "5b5541cd04c6bd98ad8d6861ea2cda74b1ce2ec642b8ccf3024d563640032e95",
"originHash" : "29003ad0ff703439089a8e3a9d41bfe1a1d447679a40bffe701c492de6d099db",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "48e2f412b3090eb5356b2c313369d7c6496ba347",
"version" : "0.6.1"
"revision" : "4099bdccd615bca49a2ea9cdb5b20dc5c5bd0fea",
"version" : "0.6.2"
}
},
{
+1 -1
View File
@@ -23,7 +23,7 @@ import PackageDescription
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
let builderShimVersion = "0.6.0"
let scVersion = "0.6.1"
let scVersion = "0.6.2"
let package = Package(
name: "container",