Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit dependency on HTTPTypes (#34)
### Motivation Recent SwiftPM versions seem to be a bit stricter about using (i.e., `import ...`) transitive dependencies without explicitly declaring them as direct dependencies. ### Modifications Explicitly depend on the HTTPTypes module from swift-http-types. ### Result More explicitly declare the dependency graph. ### Test Plan All tests pass.
- Loading branch information