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 debfc54 commit a7760fcCopy full SHA for a7760fc
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.package(url: "https://github.com/vapor/fluent.git", .exact("3.0.0-beta.2")),
19
20
// Pure Swift, async/non-blocking client for PostgreSQL.
21
- .package(url: "https://github.com/vapor/postgresql.git", .exact("1.0.0-beta.1")),
+ .package(url: "https://github.com/vapor/postgresql.git", .exact("1.0.0-beta.2")),
22
],
23
targets: [
24
.target(name: "FluentPostgreSQL", dependencies: ["Async", "CodableKit", "Fluent", "FluentSQL", "PostgreSQL"]),
0 commit comments