Skip to content

Commit 6e20e6a

Browse files
authored
Merge pull request #42 from vkill/patch-1
postgresql no release 1.0.0
2 parents 5e0c4cf + 0025fc0 commit 6e20e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(url: "https://github.com/vapor/fluent.git", from: "3.0.0-rc"),
1616

1717
// 🐘 Non-blocking, event-driven Swift client for PostgreSQL.
18-
.package(url: "https://github.com/vapor/postgresql.git", from: "1.0.0"),
18+
.package(url: "https://github.com/vapor/postgresql.git", from: "1.0.0-rc.2"),
1919
],
2020
targets: [
2121
.target(name: "FluentPostgreSQL", dependencies: ["Async", "Fluent", "FluentSQL", "PostgreSQL"]),

0 commit comments

Comments
 (0)