Skip to content

Commit

Permalink
Revert "Update swift-concurrency-extras to pointfreeco's main branch"
Browse files Browse the repository at this point in the history
This reverts commit e857fe1.
  • Loading branch information
finestructure committed Dec 18, 2024
1 parent e857fe1 commit 2b96221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ let package = Package(
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"),
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras.git", branch: "main"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.2"),
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
Expand All @@ -50,6 +49,7 @@ let package = Package(
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"),
.package(url: "https://github.com/finestructure/swift-concurrency-extras.git", branch: "support-typed-throws"),
],
targets: [
.executableTarget(name: "Run", dependencies: ["App"]),
Expand Down

0 comments on commit 2b96221

Please sign in to comment.