We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbe3ef commit bb1493eCopy full SHA for bb1493e
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.library(name: "PostgresKit", targets: ["PostgresKit"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.0.0"),
+ .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.4.0"),
14
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.5.0"),
15
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"),
16
0 commit comments