Closed MahdiBM closed 2 years ago
Merging #309 (caa7a16) into main (2cad52a) will not change coverage. The diff coverage is
100.00%
.
@fabianfett I see you did the swift bump yourself (https://github.com/vapor/postgres-nio/pull/310). I thought you'll get a notification from the review request but I assume you missed this 😅. This PR should be closed now I guess.
@MahdiBM urgh. so sorry. why did I miss this one? sorry!
@fabianfett no problems 😅 i should've nudged you about it
NIO periodically updates their minimum swift version, and with swift 5.7 released, swift 5.4 is soon to be unsupported.
Changes
This PR:
#if swift(>=5.5)
checks that are no longer needed.#if swift(>=5.5.2)
checks to#if canImport(_Concurrency)
as a better alternative.