Skip to content

Commit

Permalink
Ensure we use hummingbird-core v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 19, 2022
1 parent 0f2ef07 commit d007814
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.33.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.13.0")),
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", .upToNextMinor(from: "0.13.5")),
],
targets: [
.target(name: "Hummingbird", dependencies: [
Expand Down

0 comments on commit d007814

Please sign in to comment.