Skip to content

Commit

Permalink
Use hummingbird-core v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 26, 2021
1 parent bd3576d commit 9b4cac3
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 @@ -20,7 +20,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.9.0"),
],
targets: [
.target(name: "Hummingbird", dependencies: [
Expand Down

0 comments on commit 9b4cac3

Please sign in to comment.