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.
2 parents b20ba9a + 1173691 commit c7d5712Copy full SHA for c7d5712
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
13
],
14
dependencies: [
15
- .package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.3")),
+ .package(url: "https://github.com/apple/swift-openapi-runtime", "0.1.3" ..< "0.3.0"),
16
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.0.0"),
17
18
targets: [
0 commit comments