We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368d569 commit 0e8371fCopy full SHA for 0e8371f
Package.swift
@@ -60,7 +60,7 @@ let package = Package(
60
// Tests-only: Runtime library linked by generated code, and also
61
// helps keep the runtime library new enough to work with the generated
62
// code.
63
- .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"),
64
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.2"),
65
],
66
targets: [
0 commit comments