Skip to content

Commit

Permalink
Using hummingbird-core v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 25, 2021
1 parent 80deaa1 commit 6ef8ab0
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 @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.0"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.2.0"),
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha.6"),
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", .branch("main")),
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", from: "0.5.0"),
],
targets: [
.target(name: "CURLParser", dependencies: []),
Expand Down

0 comments on commit 6ef8ab0

Please sign in to comment.