Skip to content

Commit

Permalink
Use Hummingbird RC 1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Jul 1, 2024
1 parent ea16266 commit cee106f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.8"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/OpenAPIHummingbird/OpenAPITransport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extension RouterMethods {
path: String
) throws {
self.on(
path,
.init(path),
method: method
) { request, context in
let (openAPIRequest, openAPIRequestBody) = try request.makeOpenAPIRequest(context: context)
Expand Down

0 comments on commit cee106f

Please sign in to comment.