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 131e154 commit d27e8b1Copy full SHA for d27e8b1
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
dependencies: [
13
.package(url: "https://github.com/vapor/async-kit.git", from: "1.2.0"),
14
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0"),
15
- .package(url: "https://github.com/vapor/postgres-kit.git", from: "2.3.0"),
+ .package(url: "https://github.com/vapor/postgres-kit.git", from: "2.5.1"),
16
],
17
targets: [
18
.target(name: "FluentPostgresDriver", dependencies: [
0 commit comments