Skip to content

Commit 8b0dc3c

Browse files
committed
Pin version
1 parent e7210a3 commit 8b0dc3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"package": "swift-utilities",
66
"repositoryURL": "https://github.com/gestrich/swift-utilities.git",
77
"state": {
8-
"branch": "main",
9-
"revision": "5afef61e761d7b3e06ece6ef3356abb6b5a0d9dc",
10-
"version": null
8+
"branch": null,
9+
"revision": "49935234c379b4ba2cd68eb2c72200c2b700a937",
10+
"version": "0.1.0"
1111
}
1212
}
1313
]

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
16-
.package(url: "https://github.com/gestrich/swift-utilities.git", .branch("main")),
16+
.package(url: "https://github.com/gestrich/swift-utilities.git", .upToNextMinor(from: "0.1.0")),
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)