Skip to content

Commit e857fe1

Browse files
committed
Update swift-concurrency-extras to pointfreeco's main branch
1 parent 806a366 commit e857fe1

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,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/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"),
4142
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4243
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.2"),
4344
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
@@ -49,7 +50,6 @@ let package = Package(
4950
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
5051
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
5152
.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)