Skip to content

Commit 1b22d8b

Browse files
committed
Changed version of swift-collections to 1.2.1 to match swift 5.10
1 parent 30332e6 commit 1b22d8b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Examples/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let package = Package(
112112
),
113113
.package(
114114
url: "https://github.com/apple/swift-collections.git",
115-
.upToNextMajor(from: "1.3.0")
115+
exact: "1.2.1"
116116
),
117117
// .package(
118118
// url: "https://github.com/stackotter/TermKit",

0 commit comments

Comments
 (0)