Skip to content

Commit

Permalink
👨‍🔧Temporary stick to postgres-nio 1.4.4
Browse files Browse the repository at this point in the history
cause of bugs in 1.5.0
  • Loading branch information
MihaelIsaev committed Feb 26, 2021
1 parent 9f42a4b commit 257295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extension Array where Element == Dep {

var deps: [Dep] = []

deps.append("https://github.com/vapor/postgres-nio.git", from: "1.0.0", targets: .product(name: "PostgresNIO", package: "postgres-nio"))
deps.append("https://github.com/vapor/postgres-nio.git", .exact("1.4.4"), targets: .product(name: "PostgresNIO", package: "postgres-nio"))

if localDev {
deps.appendLocal("Bridges", targets: "Bridges")
Expand Down

0 comments on commit 257295e

Please sign in to comment.