Skip to content

Commit 82c25ba

Browse files
committed
Use withTransaction from postgresNIO
1 parent 33958a2 commit 82c25ba

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", from: "1.0.0-beta.4"),
1313
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", from: "0.5.0"),
14-
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.21.0"),
14+
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.25.0"),
1515
],
1616
targets: [
1717
.target(

Sources/JobsPostgres/PostgresClient+Transaction.swift

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)