Skip to content

Commit 649d9b8

Browse files
committed
Pin swift-http-api-proposal to commit
1 parent 13b0f5b commit 649d9b8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ let package = Package(
4040
.default(enabledTraits: ["Configuration"]),
4141
],
4242
dependencies: [
43-
.package(url: "https://github.com/apple/swift-http-api-proposal.git", branch: "main"),
43+
.package(
44+
url: "https://github.com/apple/swift-http-api-proposal.git",
45+
branch: "2cb0ef6722e2086a04b5a14c0c40971b8038099a"
46+
),
4447
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
4548
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.0"),
4649
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.16.0"),

0 commit comments

Comments
 (0)