Skip to content

Commit fea621f

Browse files
committed
fix: Swap wrappers from supabase to our fork which doesn't spam the log. Referring to #24
1 parent 10c07bc commit fea621f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pg_test = []
2424
etcd-client = { version = "0.16", features = ["tls"] }
2525
futures = "0.3.31"
2626
pgrx = {version="=0.16.1"}
27-
supabase-wrappers = { git="https://github.com/supabase/wrappers.git", tag="v0.5.7", default-features = false }
27+
supabase-wrappers = { git="https://github.com/cybertec-postgresql/wrappers.git", branch="develop", default-features = false }
2828
thiserror = "2.0.16"
2929
tokio = { version = "1.47.1", features = ["full"] }
3030
testcontainers = { version = "0.25.0", features = ["blocking"] }

0 commit comments

Comments
 (0)