Skip to content

Commit 2eef548

Browse files
author
Guilherme Souza
committed
Pin exact postgrest-swift version
1 parent d7a7118 commit 2eef548

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Package.resolved

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(name: "GoTrue", url: "https://github.com/supabase/gotrue-swift.git", .branch("main")),
2222
.package(name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .branch("main")),
2323
.package(name: "Realtime", url: "https://github.com/supabase/realtime-swift.git", .branch("main")),
24-
.package(name: "PostgREST", url: "https://github.com/supabase/postgrest-swift", .branch("master")),
24+
.package(name: "PostgREST", url: "https://github.com/supabase/postgrest-swift", .exact("0.0.1")),
2525
],
2626
targets: [
2727
.target(

0 commit comments

Comments
 (0)