Skip to content

Commit 588b7b4

Browse files
authored
Merge pull request #92 from NeedleInAJayStack/feature/depCollectionsBump
Bumps swift-collections to v1.0 release
2 parents e383f79 + 41829d7 commit 588b7b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/apple/swift-collections",
77
"state": {
88
"branch": null,
9-
"revision": "d45e63421d3dff834949ac69d3c37691e994bd69",
10-
"version": "0.0.3"
9+
"revision": "2d33a0ea89c961dcb2b3da2157963d9c0370347e",
10+
"version": "1.0.1"
1111
}
1212
},
1313
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.10.1")),
11-
.package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: "0.0.3")),
11+
.package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: "1.0.0")),
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)