Skip to content

Commit

Permalink
Hummingbird 1.0.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Feb 8, 2023
1 parent 2fc2b79 commit 526d09b
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: "1.0.0-rc"),
.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.4.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.1"),
],
Expand Down

0 comments on commit 526d09b

Please sign in to comment.