We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a040f9b commit b4640b8Copy full SHA for b4640b8
Package.swift
@@ -6,9 +6,7 @@ import PackageDescription
6
var dep: [Package.Dependency] = [
7
.package(
8
url: "https://github.com/apple/swift-system",
9
- // Temporarily pin to 1.5.0 because 1.6.0 has a breaking change for Ubuntu Focal
10
- // https://github.com/apple/swift-system/issues/237
11
- exact: "1.5.0"
+ from: "1.5.0"
12
)
13
]
14
#if !os(Windows)
0 commit comments