Skip to content

Commit d5a1410

Browse files
committed
Pin swift-dependencies to 1.4.1
1 parent e0cbb89 commit d5a1410

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ let package = Package(
3939
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"),
4040
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
4141
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
42-
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
42+
// Pinned because 1.5.0 fails to build on Linux/Swift 6
43+
// https://github.com/pointfreeco/swift-dependencies/issues/302
44+
.package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.4.1"),
4345
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4446
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4547
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),

0 commit comments

Comments
 (0)