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 1c0c65d commit 783cd21Copy full SHA for 783cd21
Package.swift
@@ -34,7 +34,7 @@ let SwiftWin32 = Package(
34
// new CRT module.
35
.package(url: "https://github.com/apple/swift-log.git", .branch("main")),
36
.package(url: "https://github.com/apple/swift-collections.git",
37
- .branch("main")),
+ .upToNextMinor(from: "1.0.0")),
38
.package(url: "https://github.com/compnerd/cassowary.git", .branch("main")),
39
.package(name: "SwiftCOM", url: "https://github.com/compnerd/swift-com.git",
40
.revision("ebbc617d3b7ba3a2023988a74bebd118deea4cc5")),
0 commit comments