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 b20ba9a commit 1173691Copy full SHA for 1173691
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