vapor / fluent-postgres-driver

🐘 PostgreSQL driver for Fluent.
MIT License
146 stars 53 forks source link

Updated postgres-kit version to 2.3.0 #175

Closed bdrelling closed 3 years ago

bdrelling commented 3 years ago

Release 2.1.1 added PostgresConfiguration.ianaPortNumber, but the Package.swift still supports versions of postgres-kit before 2.3.0, which is when the property was added.

postgres-kit Release 2.3.0

Pulling in the 2.1.1 dependency breaks things otherwise, so I believe this should also warrant a 2.1.2 hotfix once merged.

@tanner0101 thoughts?