2.13.2 - Fix package manifest
What's Changed
Fix package manifest by @gwynne in #262
The
Package.swift
for PostgresKit incorrectly specified theExistentialAny
feature with Swift 5.8. Add a 5.9 manifest to specify it for 5.9 and later.
This patch was released by @gwynne
Full Changelog: 2.13.1...2.13.2