Skip to content

Commit 1658b2d

Browse files
authored
Allow swift-collections up to next major (#712)
1 parent 82da764 commit 1658b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ let package = Package(
122122
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
123123
.package(url: "https://github.com/apple/swift-system", from: "1.4.0"),
124124
.package(url: "https://github.com/apple/swift-log", from: "1.2.0"),
125-
.package(url: "https://github.com/apple/swift-collections", .upToNextMinor(from: "1.3.0")), // primarily for ordered collections
125+
.package(url: "https://github.com/apple/swift-collections", from: "1.3.0"), // primarily for ordered collections
126126
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.4.0", traits: ["SubprocessFoundation"]),
127127

128128
// Benchmarking

0 commit comments

Comments
 (0)