Skip to content

Commit 7c641e4

Browse files
committed
Updated min dependency versions [skip ci]
1 parent a90b805 commit 7c641e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let package = Package(
1919
targets: ["PgvectorNIO"]),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/codewinsdotcom/PostgresClientKit", from: "1.5.0"),
23-
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.24.0"),
22+
.package(url: "https://github.com/codewinsdotcom/PostgresClientKit", from: "1.0.0"),
23+
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.0.0"),
2424
],
2525
targets: [
2626
.target(

0 commit comments

Comments
 (0)