File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Sources/OpenAPIAsyncHTTPClient/Documentation.docc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ let package = Package(
3636 dependencies: [
3737 . package ( url: " https://github.com/apple/swift-nio " , from: " 2.58.0 " ) ,
3838 . package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.19.0 " ) ,
39- . package ( url: " https://github.com/apple/swift-openapi-runtime " , branch : " main " ) ,
39+ . package ( url: " https://github.com/apple/swift-openapi-runtime " , exact : " 1.0.0-alpha.1 " ) ,
4040 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
4141 ] ,
4242 targets: [
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`:
2020``` swift
2121.package (
2222 url : " https://github.com/swift-server/swift-openapi-async-http-client" ,
23- . upToNextMinor ( from : " 0.3.0 " )
23+ exact : " 1.0.0-alpha.1 "
2424),
2525```
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Add the package dependency in your `Package.swift`:
2020``` swift
2121.package (
2222 url : " https://github.com/swift-server/swift-openapi-async-http-client" ,
23- . upToNextMinor ( from : " 0.3.0 " )
23+ exact : " 1.0.0-alpha.1 "
2424),
2525```
2626
You can’t perform that action at this time.
0 commit comments