Skip to content

Commit 1ddcc4b

Browse files
committed
bump target to v12 and swift tools version to 5.5 so it complies with the concurrency api
1 parent 7c266b5 commit 1ddcc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.5
22
import PackageDescription
33

44
let package = Package(
55
name: "fluent-postgres-driver",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v12)
88
],
99
products: [
1010
.library(name: "FluentPostgresDriver", targets: ["FluentPostgresDriver"]),

0 commit comments

Comments
 (0)