Skip to content

Commit 1d1915d

Browse files
authored
Update Package.swift (#187)
Fix dependency of Swift System
1 parent a040f9b commit 1d1915d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import PackageDescription
66
var dep: [Package.Dependency] = [
77
.package(
88
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"
9+
from: "1.5.0"
1210
)
1311
]
1412
#if !os(Windows)

0 commit comments

Comments
 (0)