We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d076a commit 321af08Copy full SHA for 321af08
1 file changed
Package.swift
@@ -41,7 +41,8 @@ let package = Package(
41
.default(enabledTraits: ["Configuration"]),
42
],
43
dependencies: [
44
- .package(url: "https://github.com/apple/swift-http-api-proposal", branch: "main"),
+ // TODO: Update once PR #106 is merged.
45
+ .package(url: "https://github.com/aryan-25/swift-http-api-proposal.git", branch: "http-server-service-lifecycle"),
46
.package(
47
url: "https://github.com/FranzBusch/swift-collections.git",
48
branch: "fb-async"
0 commit comments