Skip to content

Commit 5802484

Browse files
authored
SemVer works: swift-system is API stable, no need to conflict unnecessarily (#425)
1 parent 22d6015 commit 5802484

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
@@ -104,7 +104,7 @@ let package = Package(
104104

105105
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
106106
package.dependencies += [
107-
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
107+
.package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"),
108108
]
109109
} else {
110110
package.dependencies += [

0 commit comments

Comments
 (0)