Skip to content

Commit

Permalink
compress-nio v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jul 12, 2023
1 parent 828d282 commit 50d9593
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 @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "1.0.0"),
.package(url: "https://github.com/adam-fowler/compress-nio.git", from: "0.6.0"),
.package(url: "https://github.com/adam-fowler/compress-nio.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.1"),
],
targets: [
Expand Down

0 comments on commit 50d9593

Please sign in to comment.