Skip to content

Commit 2431155

Browse files
authored
Use containerization 0.7.1. (#606)
- Makes available the proxy utility from containerization#288. ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context The proxy utility allows forward progress on #533. ## Testing - [x] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs
1 parent 32e8c23 commit 2431155

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PackageDescription
2323
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
2424
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
2525
let builderShimVersion = "0.6.0"
26-
let scVersion = "0.7.0"
26+
let scVersion = "0.7.1"
2727

2828
let package = Package(
2929
name: "container",

0 commit comments

Comments
 (0)