Skip to content

Commit bb1493e

Browse files
Use correct minimal dependency of PostgresNIO (#200)
PostgresKit relies on APIs introduced in PostgresNIO 1.4.0 and `Package.swift` now reflects that.
1 parent cbbe3ef commit bb1493e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "PostgresKit", targets: ["PostgresKit"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.0.0"),
13+
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.4.0"),
1414
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.5.0"),
1515
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"),
1616
],

0 commit comments

Comments
 (0)