Skip to content

Commit

Permalink
Use response-writer branch of hummingbird
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Aug 21, 2024
1 parent ab72bd2 commit 5e8e064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "HummingbirdCompression", targets: ["HummingbirdCompression"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "response-writer"),
.package(url: "https://github.com/adam-fowler/compress-nio.git", from: "1.2.1"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.1"),
],
Expand Down

0 comments on commit 5e8e064

Please sign in to comment.