We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90b805 commit 7c641e4Copy full SHA for 7c641e4
Package.swift
@@ -19,8 +19,8 @@ let package = Package(
19
targets: ["PgvectorNIO"]),
20
],
21
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"),
+ .package(url: "https://github.com/codewinsdotcom/PostgresClientKit", from: "1.0.0"),
+ .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.0.0"),
24
25
targets: [
26
.target(
0 commit comments