Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depend on specific products from swift-collections (#307)
* Only depend on OrderedCollections from swift-collections Before this change, once consumers update to SwiftCollections 1.1.0 they'll pull in all of the new collection dependencies (HashTree, BitCollections, etc.). In our case, this increased our binary size by ~1MB. To fix this, we switch to only depending on what we need. * Add DequeModule dependency
- Loading branch information