Skip to content

Commit b130345

Browse files
committed
revert package.swift to normal deps
1 parent cb65664 commit b130345

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
@@ -18,7 +18,7 @@ let package = Package(
1818
.package(url: "https://github.com/vapor/fluent.git", .exact("3.0.0-beta.2")),
1919

2020
// Pure Swift, async/non-blocking client for PostgreSQL.
21-
.package(url: "https://github.com/vapor/postgresql.git", .branch("null-encode")),
21+
.package(url: "https://github.com/vapor/postgresql.git", .exact("1.0.0-beta.2")),
2222
],
2323
targets: [
2424
.target(name: "FluentPostgreSQL", dependencies: ["Async", "CodableKit", "Fluent", "FluentSQL", "PostgreSQL"]),

0 commit comments

Comments
 (0)