Skip to content

Commit 783cd21

Browse files
authored
Update Package.swift
Pin swift-collections to [<1.1.0] to allow building with Swift 5.4.
1 parent 1c0c65d commit 783cd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let SwiftWin32 = Package(
3434
// new CRT module.
3535
.package(url: "https://github.com/apple/swift-log.git", .branch("main")),
3636
.package(url: "https://github.com/apple/swift-collections.git",
37-
.branch("main")),
37+
.upToNextMinor(from: "1.0.0")),
3838
.package(url: "https://github.com/compnerd/cassowary.git", .branch("main")),
3939
.package(name: "SwiftCOM", url: "https://github.com/compnerd/swift-com.git",
4040
.revision("ebbc617d3b7ba3a2023988a74bebd118deea4cc5")),

0 commit comments

Comments
 (0)