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 b520174 commit ad9f075Copy full SHA for ad9f075
Package.swift
@@ -54,7 +54,7 @@ let package = Package(
54
// Tests-only: Runtime library linked by generated code, and also
55
// helps keep the runtime library new enough to work with the generated
56
// code.
57
- .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.3.2"),
+ .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.4.0"),
58
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.2"),
59
],
60
targets: [
0 commit comments