Skip to content

Commit

Permalink
Using hummingbird v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 26, 2021
1 parent 2f127e8 commit 1baa3f8
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 @@ -9,7 +9,7 @@ let package = Package(
.library(name: "HummingbirdCompression", targets: ["HummingbirdCompression"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", .branch("main")),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "0.11.0"),
.package(url: "https://github.com/adam-fowler/compress-nio.git", from: "0.4.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.20.0"),
],
Expand Down

0 comments on commit 1baa3f8

Please sign in to comment.