Commit d2ead56
authored
Bump OpenAPIKit to 3.0.1 (#365)
Bump OpenAPIKit to 3.0.1
### Motivation
OpenAPIKit fixed an issue with parsing large integers in 3.0.1 that affected some popular OpenAPI docs. While adopters can `swift package update`, let's still bump the minimum OpenAPIKit version we require to avoid our adopters accidentally running with `3.0.0` and hitting the bug.
### Modifications
Bumped the minimum OpenAPIKit version from 3.0.0 -> 3.0.1.
### Result
When this is released, adopters will always get the fixed version.
### Test Plan
All tests still pass.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.10) - Build finished.
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (compatibility test) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#3651 parent 4f2a7cc commit d2ead56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments