Skip to content

Commit c7d5712

Browse files
authored
Merge pull request #6 from swift-server/runtime-0.2
swift-openapi-runtime v0.2.x compatibility
2 parents b20ba9a + 1173691 commit c7d5712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.3")),
15+
.package(url: "https://github.com/apple/swift-openapi-runtime", "0.1.3" ..< "0.3.0"),
1616
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.0.0"),
1717
],
1818
targets: [

0 commit comments

Comments
 (0)