Skip to content

Commit 6f837a5

Browse files
committed
Revert "Update swift-concurrency-extras to pointfreeco's main branch"
This reverts commit e857fe1.
1 parent e857fe1 commit 6f837a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ let package = Package(
3838
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
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"),
41-
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras.git", branch: "main"),
4241
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4342
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.2"),
4443
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
@@ -50,6 +49,7 @@ let package = Package(
5049
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
5150
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
5251
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"),
52+
.package(url: "https://github.com/finestructure/swift-concurrency-extras.git", branch: "support-typed-throws"),
5353
],
5454
targets: [
5555
.executableTarget(name: "Run", dependencies: ["App"]),

0 commit comments

Comments
 (0)