Skip to content

Commit

Permalink
Use hummingbird-core v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 17, 2022
1 parent d797ea8 commit 394ca0f
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 @@ -18,7 +18,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha.9"),
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", .upToNextMinor(from: "0.14.0")),
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", from: "1.0.0-alpha"),
],
targets: [
.target(name: "Hummingbird", dependencies: [
Expand Down

0 comments on commit 394ca0f

Please sign in to comment.