Skip to content

Commit cb2e578

Browse files
committed
Add comment about reason for pinning
1 parent 6b2ee42 commit cb2e578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ let package = Package(
3838
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
3939
.package(url: "https://github.com/apple/swift-package-manager.git", branch: "release/5.10"),
4040
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
41+
// Pinned due to https://github.com/pointfreeco/swift-case-paths/issues/180
4142
.package(url: "https://github.com/pointfreeco/swift-case-paths.git", exact: "1.4.2"),
4243
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4344
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),

0 commit comments

Comments
 (0)