We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b0f5b commit 649d9b8Copy full SHA for 649d9b8
1 file changed
Package.swift
@@ -40,7 +40,10 @@ let package = Package(
40
.default(enabledTraits: ["Configuration"]),
41
],
42
dependencies: [
43
- .package(url: "https://github.com/apple/swift-http-api-proposal.git", branch: "main"),
+ .package(
44
+ url: "https://github.com/apple/swift-http-api-proposal.git",
45
+ branch: "2cb0ef6722e2086a04b5a14c0c40971b8038099a"
46
+ ),
47
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
48
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.0"),
49
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.16.0"),
0 commit comments