We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a624b8 commit 14bdd5aCopy full SHA for 14bdd5a
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
],
14
dependencies: [
15
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
16
- .package(url: "https://github.com/hummingbird-project/hummingbird.git", revision: "remove-hb-prefix"),
+ .package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.1"),
17
18
targets: [
19
.target(
0 commit comments