Skip to content

Commit b084875

Browse files
committed
Used versioned released for hummingbird-postgres
1 parent 3d2457f commit b084875

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
@@ -11,7 +11,7 @@ let package = Package(
1111
dependencies: [
1212
// TODO: use a released version of swift-jobs
1313
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
14-
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", branch: "main"),
14+
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", from: "0.6.0"),
1515
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.25.0"),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)