Skip to content

Commit

Permalink
Update swift-concurrency-extras to pointfreeco's main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Dec 18, 2024
1 parent 806a366 commit e857fe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "9da00ffb86a07d770b6f8990895af5d3aa353182ec7ee2e47f04396d2c6bdfce",
"originHash" : "9f73808b1d977974d54c889a8db319bbd35a8dbf5c1ad437fe1165986c5ec70b",
"pins" : [
{
"identity" : "async-http-client",
Expand Down Expand Up @@ -337,10 +337,10 @@
{
"identity" : "swift-concurrency-extras",
"kind" : "remoteSourceControl",
"location" : "https://github.com/finestructure/swift-concurrency-extras.git",
"location" : "https://github.com/pointfreeco/swift-concurrency-extras.git",
"state" : {
"branch" : "support-typed-throws",
"revision" : "a30dcd5efff5a8c083f1620e273cec3347e96017"
"branch" : "main",
"revision" : "82a4ae7170d98d8538ec77238b7eb8e7199ef2e8"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ 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 @@ -49,7 +50,6 @@ 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 e857fe1

Please sign in to comment.