Skip to content

Commit d27e8b1

Browse files
authored
Bump postgres-kit to 2.5.1 (#188)
postgres-kit has been updated to fix build conflicts with swift-nio
1 parent 131e154 commit d27e8b1

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
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/vapor/async-kit.git", from: "1.2.0"),
1414
.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"),
15+
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.5.1"),
1616
],
1717
targets: [
1818
.target(name: "FluentPostgresDriver", dependencies: [

0 commit comments

Comments
 (0)