We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c07bc commit fea621fCopy full SHA for fea621f
1 file changed
Cargo.toml
@@ -24,7 +24,7 @@ pg_test = []
24
etcd-client = { version = "0.16", features = ["tls"] }
25
futures = "0.3.31"
26
pgrx = {version="=0.16.1"}
27
-supabase-wrappers = { git="https://github.com/supabase/wrappers.git", tag="v0.5.7", default-features = false }
+supabase-wrappers = { git="https://github.com/cybertec-postgresql/wrappers.git", branch="develop", default-features = false }
28
thiserror = "2.0.16"
29
tokio = { version = "1.47.1", features = ["full"] }
30
testcontainers = { version = "0.25.0", features = ["blocking"] }
0 commit comments